Bug #6756 2006-03-13 07:43
ikolev
Breakpoints not working with .cbp files in a subfolder
C::B doesn't pass correct source paths to the GDB debugger when the C::B project files (.cbp) are located in a sub-folder of the source tree and reference the source files with a leading ../
I.e., with a project structure like this:
/hello.cpp
/proj/Hello.cbp
or like this:
/include/hello.h
/src/hello.cpp
/proj/Hello.cbp
breakpoints and source debugging won't work.
- Category
- Debugger
- Group
- Status
- Closed
- Close date
- 2006-03-13 09:38
- Assigned to
History
mandrav 2006-03-13 09:38
This bug is now fixed in HEAD.
Thank you for reporting it.