I can not run the debug console while Everything running, after pressing Ctrl + ~ nothing happens, but in cmd works without a problem.
Win XP SP3
I can not run the debug console
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: I can not run the debug console
(I've had difficulties with the shortcut key, at various times, even now, it seems.)
can't enter the debug mode
can't enter the debug mode
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: I can not run the debug console
Please note: the actual keyboard shortcut for the console is Ctrl + `
Please make sure Shift is not pressed.
I've heard it's impossible to press Ctrl + ` on a German keyboard.
To change the console keyboard shortcut:
Please make sure Shift is not pressed.
I've heard it's impossible to press Ctrl + ` on a German keyboard.
To change the console keyboard shortcut:
- In "Everything", from the Tools menu, click Options.
- Click the Keyboard tab.
- Type in console for show commands containing:
- Click Edit....
- Press a new keyboard shortcut. eg: Ctrl + F10.
- Click OK.
- Click OK.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: I can not run the debug console
Earlier, XP, Ctrl+` didn't work.
Now, Win7, Ctrl+` works.
Now, Win7, Ctrl+` works.
-
salazor
- Posts: 258
- Joined: Tue Jun 17, 2014 10:52 am
Re: I can not run the debug console
I changed to Ctrl + F10 also not working.
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: I can not run the debug console
Are you running Everything from a command prompt?
If so the console will attach to the command prompt used to run Everything.
If so the console will attach to the command prompt used to run Everything.
-
salazor
- Posts: 258
- Joined: Tue Jun 17, 2014 10:52 am
Re: I can not run the debug console
No, I run the .exe, and I click a shortcut but nothing happens.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: I can not run the debug console
You can add "-debug" (temporarily) to the shortcut.
Add the -debug to the shortcut's Target:
Add the -debug to the shortcut's Target:
Code: Select all
Target: C:\DEV\Locate\Everything.exe -debug
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: I can not run the debug console
Ditto, Win XP.I changed to Ctrl + F10 also not working.
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: I can not run the debug console
I've made some changes to the debug console in Everything 1.4.0.703b. The console should always be created now, never attached to the parent process.
If any errors occur, a message box should be displayed describing the error code.
If any errors occur, a message box should be displayed describing the error code.
-
salazor
- Posts: 258
- Joined: Tue Jun 17, 2014 10:52 am
Re: I can not run the debug console
Now debug console runs, thanks.
Is this a normal reaction that when you close the debug closes too Everything?
Is this a normal reaction that when you close the debug closes too Everything?
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: I can not run the debug console
Yes, closing the console will terminate Everything.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: I can not run the debug console
703, debug shortcut is now working for me, opens/closes the debug console, as expected, on Win XP.