Kill Program
Kill Program
In the IDE toolbar, the red "X" which is supposed to kill a running program no longer works. What do I have to do to get it to work again?
-
IdeasVacuum
- Always Here

- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Kill Program
A bit odd. Is that the only unusual behavior? Probably the easiest fix would be to uninstall-reinstall.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Kill Program
Strange - but what did you do in the meantime from when it still worked ?
e.g.: did you assign new hotkeys or added new toolbar buttons ?
e.g.: did you assign new hotkeys or added new toolbar buttons ?
Two growing code-collections: WinApi-Lib by RSBasic ~ LinuxAPI-Lib by Omi
Missing a download-file on the forums? ~ check out this backup page.
Missing a download-file on the forums? ~ check out this backup page.
Re: Kill Program
I did change some user configuration settings but nothing that would affect the toolbar. I've looked around in Preferences and don't see anything that would change the behavior of the red "X".
(SOME TIME LATER)
I reinstalled PB from the .img file and no joy. The only way to kill my running program is with the Activity Monitor, unless I make the program quit by responding to a CloseWindow event.
(SOME TIME LATER)
I reinstalled PB from the .img file and no joy. The only way to kill my running program is with the Activity Monitor, unless I make the program quit by responding to a CloseWindow event.
Last edited by chris319 on Thu Nov 25, 2010 2:42 am, edited 1 time in total.
Re: Kill Program
Is the debugger turned on?
The red X is a feature of the debugger. It doesn't work on programs compiled without it.
The red X is a feature of the debugger. It doesn't work on programs compiled without it.
quidquid Latine dictum sit altum videtur
Re: Kill Program
Turning the debugger on did the trick, but I will note that there is no change in the appearance of the debugger icon with the debugger turned on or off.


