[wingide-users] Switch focus to Debug Probe tool?
Wing IDE Support
support at wingware.com
Thu Jul 12 12:30:46 MDT 2012
On 7/12/12 12:49 PM, Josh wrote:
> In either normal or vim keyboard personality, is there a way to switch
> keyboard input to the debug probe (or any other tool, actually) ?
Either use the T mnemonic for the Tools menu and then P or bind a key to
the command: show_panel(panel_type='debug-probe')
See the show-panel section of https://wingware.com/doc/commands/toplevel
for the other panel types.
> And is there a way to send the selected text to the probe in vim mode,
> similar to normal mode, with Ctrl-Alt-D or E?
Use the command 'evaluate-sel-in-debug-probe' either via Edit -> Command
By Name or by binding the command to a key.
Cheers,
John
More information about the wingide-users
mailing list