User forums > Using Code::Blocks
Runtime error detection
Micky:
Imagine that scenario:
1) You're running a console-app which crashes and gives you a hex-value of the runtime error.
2) Then you return to your ide, use the "Find Error" option, paste that hex and, after OK, you're sent to the buggy line.
oBFusCATed:
Use the debugger. It does the same and it does it automatically.
The problem is that the debugger support in 10.05 is not that good and we have a special branch, where we've done many improvements to the debugger.
The other option is to use gdb directly (search the net for tutorials).
Micky:
Final thanks.
Navigation
[0] Message Index
[*] Previous page
Go to full version