User forums > Help
Can't abort the debuger
Fik:
This is really weird. I just installed Code Block so i can practice programming C for my university, but after the first, when I press Build and run, one window flashes then disappears instantly, and all I'm left with is a blank screen. Can't stop or abort the debuger..
Any help would be great!
oBFusCATed:
OS, C::B version?
Full build log?
Full log from the debugger?
I'm a bit bad at guessing all of the above. ::)
Fik:
win 7 64 bit, latest C::B version (codeblocks-13.12mingw)
build log:
-------------- Build: Debug in practice (compiler: GNU GCC Compiler)---------------
Target is up to date.
Nothing to be done (all items are up-to-date).
-------------- Build: Debug in practice (compiler: GNU GCC Compiler)---------------
Target is up to date.
Nothing to be done (all items are up-to-date).
-------------- Run: Debug in practice (compiler: GNU GCC Compiler)---------------
Checking for existence: C:\Users\Nikola\Programming\practice\bin\Debug\practice.exe
Executing: "C:\Program Files (x86)\CodeBlocks/cb_console_runner.exe" "C:\Users\Nikola\Programming\practice\bin\Debug\practice.exe" (in C:\Users\Nikola\Programming\practice\.)
and absolutely nothing shows up in the debugger log...
oBFusCATed:
--- Quote from: Fik on March 08, 2014, 12:04:24 pm ---and absolutely nothing shows up in the debugger log...
--- End quote ---
Of course it won't show up, you're not using the debugger. In order to use is you have to go to Debug -> Start, not to Project -> Run as you're doing at the moment.
This link might help you: http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks
Fik:
I have done the Debug into Start. Nothing happens, and again I can't stop the debugger
Navigation
[0] Message Index
[#] Next page
Go to full version