Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to debug the RTCTools code, open the file where you want to set the breakpoint and add it. If you're not sure where to start, a logical choice is to open <rtctools>\oss\RTCTools\src\rtcToolsRuntime.cpp and add the breakpoint in its constructor.

Make

...

sure you start in the right configuration (32 bits):

If you want to debug from within the gui, right click the startup project of the application (by default this is DeltaShell.NGHS.IO),  select properties, debug tab, and check the option 'Start external program', which should be

...