Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Debugger sometimes doesn't delete breakpoints
oBFusCATed:
--- Quote from: theven on December 10, 2012, 08:53:02 am ---How to fix this or clear all gdb data manually?
--- End quote ---
Debug -> Remove all breakpoints or execute delete breakpoints command in the command field in the debugger's log window.
Would you like to post the full log of the debugger, so we can see what is going wrong there?
theven:
Log from Debugger tab:
--- Code: ---Building to ensure sources are up-to-date
Selecting target:
Debug
Adding source dir: /main/rain/dev/src/ClientLauncher/
Adding source dir: /main/rain/dev/src/ClientLauncher/
Adding file: /main/rain/dev/RAIN/Platforms/Linux64_Debug/ClientLauncher
Changing directory to: /main/rain/dev/RAIN/Platforms/Linux64_Debug/
Set variable: LD_LIBRARY_PATH=.:/main/rain/dev/RAIN/Platforms/Linux64_Debug/:
Starting debugger: /usr/bin/gdb -nx -fullname -quiet -args /main/rain/dev/RAIN/Platforms/Linux64_Debug/ClientLauncher
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb (Gentoo 7.5 p1) 7.5
Child process PID: 20001
At /main/rain/dev/src/include/RainCore/Containers/DynamicArray.hpp:139
--- End code ---
Running stop at line 139, but there are no breakpoints. Stop is only if there is at least one other breakpoint. In the example above, I have points at lines 120, 121, 124, not 139.
"Debug -> Remove all breakpoints" does not help. Execute "clear" in the command field in the debugger's log window delete 4 breakpoints (i have only 3), and after restart the point appears again. Execute "delete breakpoints" does not help too.
In "Debug -> Debugging Windows -> Breakpoints", too, only three.
oBFusCATed:
Go to the settings of the debugger and provide the full log.
theven:
Full debug log http://www.everfall.com/paste/id.php?xodh1ueknlj2
oBFusCATed:
I see no errors in this log. Can you try to reproduce the problem and then provide the log?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version