Page 1 of 1

IDE: Adding a shortcut keyboard command for "Kill Progr

Posted: Sun Aug 10, 2008 9:34 pm
by spacefractal
There is shortcut to stop program and countie program", but there is no shortcut for that function I use most "kill program".

The reason is there is no way to edit the code without forcing that command, unlike BlitzMax.

Pure Basic can also not close the currently running app when compiling a new, which BlitzMax do.

The shortcut could been example like ctrl-F6 or F12

That it.

Posted: Sun Aug 10, 2008 9:40 pm
by Kaeru Gaman
do that on your own:

Menu: File \ Preferences ... General \ Shortcuts \ "Debugger -> Kill Program"

Re: IDE: Adding a shortcut keyboard command for "Kill P

Posted: Sun Aug 10, 2008 9:52 pm
by PB

Posted: Sun Aug 10, 2008 10:13 pm
by freak
If you want to directly get back to editing after an error, you can also set the option
File->Preferences->Debugger->Kill Program after an Error

This way the program is directly killed when an error happens, and you can edit the code,
but you loose the ability to get more information from the debugger after the error.