Debugging Ctrl + C

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Gisle Vanem
Posts: 34
Joined: Mon May 04, 2015 10:30 am

Debugging Ctrl + C

Post by Gisle Vanem »

> In Everything, from the Tools menu, under the Debug submenu, click Stop Debug Logging.

On the other hand, if I stop debugging by pressing ^C, EveryThing exists (or crashes?).
Is this normal?
void
Developer
Posts: 16735
Joined: Fri Oct 16, 2009 11:31 pm

Re: Debugging

Post by void »

Yes, pressing Ctrl + C will send Everything a Debug Break signal.

This will terminate Everything.

To close the debug console:
  • In Everything 1.5, from the Tools menu, under the Debug submenu, Uncheck Console.


To copy the console text to the clipboard:
  • Right click the console window caption, under the Edit menu, click Select All.
  • Right click the selected text to copy to the clipboard.
Post Reply