NO

Author Topic: Breakpoints for files in other folders  (Read 2033 times)

severach

  • Guest
Breakpoints for files in other folders
« on: October 18, 2008, 10:21:33 PM »
The Pelles 5.00.08 project consists of two files:
main.c
..\LIBFOLDER\libfile.c

Breakpoints placed in main.c from the editor work. Breakpoints placed in libfile.c from the editor do not work. Breakpoints placed in libfile.c from the debugger work. The debugger created breakpoint includes the path. The editor created breakpoint does not. When I get back to the editor, the debugger placed breakpoint shows in the breakpoints window but not the editor. If I double click on the breakpoints with or without the path in the breakpoint window the editor will load the file, select the tab, and jump to the line.

Edit: Editor breakpoints in libfile.c work after the IDE is restarted. They only fail just after libfile.c is added to the project.
« Last Edit: October 19, 2008, 08:32:23 AM by severach »