Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Breaking run and switching to debug mode
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Breaking run and switching to debug mode (Read 3197 times)
Majid54
Guest
Breaking run and switching to debug mode
«
on:
November 16, 2013, 06:55:56 am »
How can I break run of a program falling in an endless loop and switch to the debug mode (to find the cause of falling in endless loop)? Pressing the break key in the keyboard only aborts running. Such an option had been present in TurboC IDE.
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: Breaking run and switching to debug mode
«
Reply #1 on:
November 16, 2013, 12:19:22 pm »
unfortunately it is not possible. You have to start it under the debugger.
I've thought that this will be useful feature, but it is not easy to implement, so I've not done it yet.
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Breaking run and switching to debug mode