User forums > Using Code::Blocks

Debugger Cannot Be Stopped

(1/4) > >>

spflanze:
I am not sure if this is a Code::Blocks, or a wxWidgets, issue.

I am able to compile and run the wxWidgets 3.0.4 application in the debugger by using the red arrowhead. After that I navigate to "Debug => Stop debugger" but the application is not stopped. Even after closing the application's window using its windows x icon in the upper right corner I cannot recompile because the debugger still has the .exe file, regardless of how many times I navigate to "Debug => Stop debugger". That the debugger is not stopped is indicated by "Stop debugger" menu item never graying out.

My Code::Blocks version is 17.12.

ollydbg:
which compiler did you use? It dose not work if you have 32bit C::B, and you have 64bit compiler and debugger.

oBFusCATed:
Windows or Linux?

spflanze:
64 Bit Windows 7
Code::Blocks 17.12 32 Bit
g++ compiler in the TDM-GCC-64 folder installed from tdm64-gcc-5.1.0-2.exe which was downloaded from http://tdm-gcc.tdragon.net/index.php/download/
In the checkbox in "Project => Build options the "Target x86_64 (64bit) [-m64]" is checked.

So I need Code::Blocks 64 Bit? I do not see an option to choose 32 bit or 64 bit for Windows at https://sourceforge.net/projects/codeblocks/ . Is there a 64 bit Windows binary available? The application is a calculation intensive one, and so my interest in 64 bit.

stahta01:
The CB Nightly build is 64 bit.

I did not know that an 64 bit CB was needed to run an 64 bit gdb.

Tim S.

Navigation

[0] Message Index

[#] Next page

Go to full version