Author Topic: Breaking run and switching to debug mode  (Read 3175 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
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.
(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!]