Bug #11849 2007-08-25 08:35
antoniozhou
Setting breakpoints failure!!!
There are always problems for me to set breakpoints:i set several breakpoints in editor, but the breakpoints can't set to debugger by the editor, the full debug output information are followed:
(My OS is windowsXP SP2, all the MinGW and GCC bins ,as well as libs are installed with Code::Blocks installer: codeblocks-1.0rc2_mingw.exe , i only update the execute files with Code::Blocks IDE nightly svn build rev 4405 (2007-08-22 09:19:43) gcc 3.4.5 Windows/unicode, hopely these information are usefully to resolve the bugs ^_^)
------------------------------debug output info-----------------
Building to ensure sources are up-to-date
Build succeeded
Selecting target: default
Adding source dir: E:\CodeBlocks_Proj\testCBs\
Adding source dir: E:\CodeBlocks_Proj\testCBs\
Adding file: E:\CodeBlocks_Proj\testCBs\console.exe
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
(no debugging symbols found)
Debugger name and version: GNU gdb 6.3
No symbol table is loaded. Use the "file" command.
Child process PID: 3864
Program exited normally.
Debugger finished with status 0
- Category
- Application::Editor
- Group
- Status
- Closed
- Close date
- 2007-08-30 03:52
- Assigned to
- biplab
History
You've compiled your app without any Debug symbol which causes this failure. Please compile your app with -g command line option or compile the Debug target and then try setting the breakpoints.