Commands that control the debugger and current debug process, if any.
break-clear ()
Clear the breakpoint on the current line Key Binding: F9
break-clear-all ()
Clear all breakpoints Key Bindings: Wing IDE: Ctrl-F9; Brief: Ctrl-F9; Eclipse: Ctrl-F9; Emacs: Ctrl-F9; VI/VIM: Ctrl-F9; Visual Studio: Ctrl-F9; OS X: Command-F9
break-clear-clicked ()
Clear the breakpoint at current click location
break-disable ()
Disable the breakpoint on current line Key Binding: Shift-F9
break-disable-all ()
Disable all breakpoints Key Bindings: Wing IDE: Ctrl-Shift-F9; Brief: Ctrl-Shift-F9; Eclipse: Ctrl-Shift-F9; Emacs: Ctrl-Shift-F9; VI/VIM: Ctrl-Shift-F9; Visual Studio: Ctrl-Shift-F9
break-disable-clicked ()
Disable the breakpoint at current click location
break-edit-cond ()
Edit condition for the breakpoint on current line
break-edit-cond-clicked ()
Edit condition for the breakpoint at the current mouse click location
break-enable ()
Enable the breakpoint on the current line Key Binding: Shift-F9
break-enable-all ()
Enable all breakpoints Key Bindings: Wing IDE: Ctrl-Shift-F9; Brief: Ctrl-Shift-F9; Eclipse: Ctrl-Shift-F9; Emacs: Ctrl-Shift-F9; VI/VIM: Ctrl-Shift-F9; Visual Studio: Ctrl-Shift-F9
break-enable-clicked ()
Enable the breakpoint at current click location
break-enable-toggle ()
Toggle whether breakpoint on current line is enabled or disabled
break-ignore ()
Ignore the breakpoint on current line for N iterations
break-ignore-clicked ()
Ignore the breakpoint at the current mouse click location for N iterations
break-set ()
Set a new regular breakpoint on current line Key Binding: F9
break-set-clicked ()
Set a new regular breakpoint at the current mouse click location
break-set-cond ()
Set a new conditional breakpoint on current line
break-set-cond-clicked ()
Set a new conditionalbreakpoint at the current mouse click location
break-set-temp ()
Set a new temporary breakpoint on current line
break-set-temp-clicked ()
Set a new temporary breakpoint at the current mouse click location
break-toggle ()
Toggle breakpoint at current line (creates new regular bp when one is created)
clear-exception-ignores-list ()
Clear list of exceptions being ignored during debugging
clear-var-errors ()
Clear stored variable errors so they get refetched
collapse-tree-more ()
Collapse whole selected variables display subtree one more level
create-launch-config (name)
Create a new launch configuration with the given name if it does not already exist, and then open the launch configuration attribute dialog.
create-named-entry-point (name)
Create a new named entry point if it does not already exist, and then open the named entry point attribute dialog.
debug-attach ()
Attach to an already-running debug process
debug-continue (show_dialog=None)
Continue (or start) debugging, to next breakpoint (press Alt to continue all paused debug processes) Key Binding: F5
debug-continue-all ()
Continue all paused debug processes Key Bindings: Wing IDE: Shift-Alt-F5; Brief: Shift-Alt-F5; Eclipse: Shift-Alt-F5; Emacs: Shift-Alt-F5; VI/VIM: Shift-Alt-F5; Visual Studio: Shift-Alt-F5
debug-detach ()
Detach from the debug process and let it run
debug-file (show_dialog=None)
Start debugging the current file (rather than the main entry point) Key Binding: Shift-F5
debug-kill ()
Terminate current debug process (press Alt to terminate all debug processes) Key Bindings: Wing IDE: Ctrl-F5; Brief: Ctrl-F5; Eclipse: Ctrl-F5; Emacs: Ctrl-F5; VI/VIM: Ctrl-F5; Visual Studio: Ctrl-F5; OS X: Command-F5
debug-kill-all ()
Terminate all debug processes Key Bindings: Wing IDE: Ctrl-Alt-F5; Brief: Ctrl-Alt-F5; Eclipse: Ctrl-Alt-F5; Emacs: Ctrl-Alt-F5; VI/VIM: Ctrl-Alt-F5; Visual Studio: Ctrl-Alt-F5
debug-move-counter ()
Move program counter to caret
debug-named-entry-point (name)
Debug the named entry point
debug-new-process (show_dialog=None)
Start a new debug process running
debug-probe-clear ()
Clear debug probe.
debug-probe-evaluate-active-range ()
Evaluate the active range in the Debug Probe, if any is set
debug-probe-show-active-range ()
Show the active range set in the Debug Probe in the editor.
debug-probe-toggle-active-range ()
Toggle the active range in the Debug Probe: The active range is cleared if already set, or otherwise set using the current editor selection.
debug-rerun ()
Re-run the latest debug session that was launched from the IDE
debug-restart ()
Stop and restart debugging (press Alt to restart all debug processes)
debug-restart-all ()
Stop and restart all debug processes that were launched from the IDE
debug-show-environment ()
Show the debug run arguments and environment configuration dialog for the main entry point or current file
debug-stack-menu-items ()
Not documented
debug-stop ()
Pause debug at current program counter (press Alt to pause all debug processes) Key Bindings: Wing IDE: Ctrl-Shift-F5; Brief: Ctrl-Shift-F5; Eclipse: Ctrl-Shift-F5; Emacs: Ctrl-Shift-F5; VI/VIM: Ctrl-Shift-F5; Visual Studio: Ctrl-Shift-F5; OS X: Command-Shift-F5
debug-stop-all ()
Pause all free-running debug processes at the current program counter Key Bindings: Wing IDE: Ctrl-Shift-Alt-F5; Brief: Ctrl-Shift-Alt-F5; Eclipse: Ctrl-Shift-Alt-F5; Emacs: Ctrl-Shift-Alt-F5; VI/VIM: Ctrl-Shift-Alt-F5; Visual Studio: Ctrl-Shift-Alt-F5
debug-to-clicked (new_process=False)
Debug to the line at the current mouse click location
exception-always-stop ()
Always stop on exceptions, even if they are handled by the code
exception-never-stop ()
Never stop on exceptions, even if they are unhandled in the code
exception-stop-when-printed ()
Stop only on exceptions when they are about to be printed
exception-unhandled-stop ()
Stop only on exceptions that are not handled by the code
execute-named-entry-point (name)
Execute (without debugging) the named entry point
expand-tree-more ()
Expand whole selected variables display subtree deeper
force-var-reload ()
Force refetch of a value from server
frame-down ()
Move down the current debug stack Key Binding: F12
frame-show ()
Show the position (thread and stack frame) where the debugger originally stopped Key Bindings: Wing IDE: Shift-F11; Brief: Shift-F11; Eclipse: Shift-F11; Emacs: Shift-F11; VI/VIM: Shift-F11; Visual Studio: Shift-F11
frame-up ()
Move up the current debug stack Key Binding: F11
hide-detail ()
Show the textual value detail area
internal-extra-debugger-logging-start ()
Turn on additional logging for diagnosing problems with the debugger
internal-extra-debugger-logging-stop ()
Turn off additional logging for diagnosing problems with the debugger
manage-launch-configs ()
Display the launch config manager
manage-named-entry-points ()
Display the named entry point manager
python-shell-clear (show=False, focus=False)
Clear python shell.
python-shell-evaluate-active-range ()
Evaluate the active range in the Python Shell, if any is set
python-shell-kill ()
Kill python shell process.
python-shell-restart (show=False, focus=False, prompt=False)
Restart python shell, optionally showing the Python Shell tool and/or placing keyboard focus on it. Prompts the user first when prompt is True or when prompt is 'pref' and the user has not asked to bypass the prompt.
python-shell-show-active-range ()
Show the active range set in the Python Shell in the editor.
python-shell-toggle-active-range ()
Toggle the active range in the Python Shell: The active range is cleared if already set, or otherwise set using the current editor selection.
run-build-command ()
Execute the build command defined in the project, if any
run-to-cursor (new_process=False)
Run to current cursor position Key Bindings: Wing IDE: Alt-F5; Brief: Alt-F5; Eclipse: Alt-F5; Emacs: Alt-F5; VI/VIM: Alt-F5; Visual Studio: Alt-F5
shell-copy-with-prompts (shell=None)
Copy text from shell, including all prompts
shell-ctrl-down ()
Not documented
shell-ctrl-return ()
Not documented
shell-ctrl-up ()
Not documented
show-detail ()
Show the textual value detail area
step-into (show_dialog=None, new_process=False)
Step into current execution point, or start debugging at first line Key Binding: F7
step-out ()
Step out of the current function or method Key Binding: F8
step-out-to-frame (frame_idx=None)
Step out of the given frame (0=outermost). Frame is None to step out to the currently selected stack frame.
step-over ()
Step over current instruction Key Bindings: Wing IDE: Ctrl-F6; Brief: Ctrl-F6; Eclipse: Ctrl-F6; Emacs: Ctrl-F6; VI/VIM: Ctrl-F6; Visual Studio: Ctrl-F6
step-over-block ()
Step over current block
step-over-line ()
Step over current line
step-over-statement ()
Step over current statement Key Binding: F6
watch (style='ref')
Watch selected variable using a direct object reference to track it
watch-expression (expr=None)
Add a new expression to the watch list
watch-module-ref ()
Watch selected value relative to a module looked up by name in sys.modules
watch-parent-ref ()
Watch selected variable using a reference to the value's parent and the key slot for the value
watch-ref ()
Watch selected variable using a direct object reference to track it
watch-symbolic ()
Watch selected value using the symbolic path to it
Commands for the debugger's Watch tool (Wing IDE Professional only). These are available only when the watch tool has key board focus.
watch-clear-all ()
Clear all entries from the watch list
watch-clear-selected ()
Clear selected entry from the watch list
Commands available on a specific instance of the call stack tool
callstack-copy-to-clipboard ()
Copy the call stack to the clipboard, as text
callstack-set-codeline-mode (mode)
Set the code line display mode for this call stack
callstack-show-docs ()
Show documentation for the call stack manager
Commands available when the debugger's Exceptions tool has the keyboard focus.
clear ()
Clear the exception currently shown on the display
copy ()
Copy the exception traceback to the clipboard Key Bindings: Wing IDE: Ctrl-Insert; Brief: Ctrl-Insert; Eclipse: Ctrl-Insert; Emacs: Ctrl-Insert; VI/VIM: Ctrl-Insert; Visual Studio: Ctrl-Insert; OS X: Command-C
Commands available on a specific instance of the breakpoint manager tool
bpmanager-clear-selected ()
Clear breakpoints currently selected on the breakpoint manager
bpmanager-show-docs ()
Show documentation for the breakpoint manager
bpmanager-show-selected ()
Show source location for breakpoint currently selected on the breakpoint manager
Subversion revision control system commands
svn-update (locs=<selected files>)
Update the selected files from the Subversion repository
svn-add ()
Add the files to %(label)s
svn-commit-project ()
Not documented
svn-revert ()
Revert selected files.
svn-project-status ()
View status for entire project.
svn-blame (locs=<selected files>)
Show blame / praise / annotate for selected files.
svn-diff ()
Show differences between files in working directory and last committed version.
svn-diff-recent (locs=<selected files>)
Show diffs for most recent checkin
svn-log (locs=<selected files>)
Show the revision log for the selected files in the Subversion repository
svn-configure ()
Show preferences page for selected VCS
svn-status ()
View status of the selected files in the working directory
svn-remove ()
Remove files
svn-update-project ()
Update files in project
svn-resolved (locs=<selected files>)
Indicate that any conflicts are resolved
svn-checkout ()
Start the initial checkout from svn repository. Repository and working directory must be entered before the checkout.
svn-commit ()
Commit selected files.
git revision control system commands
git-diff ()
Show differences between files in working directory and last committed version.
git-fetch-repository (locs=<selected files>)
Pull from repository.
git-remove ()
Remove files
git-list (locs=<selected files>)
Show the status of the given files in the git repository
git-commit-project ()
Not documented
git-project-status ()
View status for entire project.
git-pull-branch (locs=<selected files>)
Pull branch from other git repository
git-list-branches (locs=<selected files>)
List all branches
git-add ()
Add the files to %(label)s
git-log (locs=<selected files>)
Show the revision log for the selected files in the git repository
git-push-branch (locs=<selected files>)
Push branch to other git repository
git-commit ()
Commit selected files.
git-status ()
View status of the selected files in the working directory
git-switch-branch (locs=<selected files>)
Switch to another branch
git-configure ()
Show preferences page for selected VCS
git-blame (locs=<selected files>)
Show the annotated blame/praise for the selected files in the git repository
Subversion revision control system commands
bzr-commit ()
Commit selected files.
bzr-add ()
Add the files to %(label)s
bzr-commit-project ()
Not documented
bzr-remove ()
Remove files
bzr-project-status ()
View status for entire project.
bzr-status ()
View status of the selected files in the working directory
bzr-push-entire-branch (locs=<selected files>)
Update the selected files from the bzr repository
bzr-log (locs=<selected files>)
Show the revision log for the selected files in the bzr repository
bzr-configure ()
Show preferences page for selected VCS
bzr-revert ()
Revert selected files.
bzr-merge-entire-branch (locs=<selected files>)
Update the selected files from the bzr repository
bzr-annotate ()
Show blame / praise / annotate for selected files.
bzr-diff ()
Show differences between files in working directory and last committed version.
CVS revision control system commands
cvs-revert (locs=<selected files>)
Revert the selected files
cvs-log (locs=<selected files>)
Show the revision log for the selected files in the CVS repository
cvs-diff (locs=<selected files>)
Show the differences between working version of given files and the corresponding revision in the CVS repository
cvs-configure ()
Configure the CVS integration
cvs-project-status ()
Run status for entire project.
cvs-update (locs=<selected files>)
Update the selected files from the CVS repository
cvs-update-project ()
Update files in project
cvs-checkout ()
Start the initial checkout from cvs repository. Repository and working directory must be entered before the checkout.
cvs-add (locs=<selected files>)
Add the files to cvs
cvs-commit (locs=<selected files>)
Commit the selected files to the CVS repository
cvs-status (locs=<selected files>)
View the CVS repository status for the selected files
cvs-commit-project ()
Commit files in project
cvs-remove (locs=<selected files>)
Remove the selected files
Mercurial revision control system commands
hg-diff ()
Show differences between files in working directory and last committed version.
hg-status ()
View status of the selected files in the working directory
hg-revert ()
Revert selected files.
hg-pull-entire-repository (locs=<selected files>)
Pull all changes from remote repository to local repository
hg-commit ()
Commit selected files.
hg-update (locs=<selected files>)
Update working directory from repository
hg-annotate (locs=<selected files>)
Show user and revision for every line in the file(s)
hg-configure ()
Show preferences page for selected VCS
hg-remove ()
Remove files
hg-add ()
Add the files to %(label)s
hg-log (locs=<selected files>)
Show the revision log for the selected files in the hg repository
hg-push-entire-repository (locs=<selected files>)
Update the selected files from the hg repository
hg-merge (locs=<selected files>)
Merge working directory with changes in repository
hg-commit-project ()
Not documented
hg-project-status ()
View status for entire project.
Perforce revision control system commands
perforce-log (locs=<selected files>)
Show the revision log for the selected files in the Perforce repository
perforce-blame (locs=<selected files>)
Show blame / praise / annotate for selected files.
perforce-status (locs=<selected files>)
View the Perforce repository status for the selected files
perforce-commit (locs=<selected files>)
Commit the selected files to the Perforce repository
perforce-remove (locs=<selected files>)
Remove the selected files
perforce-commit-project ()
Commit files in project
perforce-revert (locs=<selected files>)
Revert the selected files
perforce-add (locs=<selected files>)
Add the files to perforce
perforce-sync-project ()
Update files in project
perforce-sync (locs=<selected files>)
Copy the selected files from the Perforce repository
perforce-configure ()
Show preferences page for selected VCS
perforce-edit (locs=<selected files>)
Copy the selected files from the Perforce repository
perforce-project-status ()
Run status for entire project.
perforce-diff (locs=<selected files>)
Show the differences between working version of given files and the corresponding revision in the Perforce repository
perforce-resolved (locs=<selected files>)
Indicate that any conflicts are resolved
perforce-annotate ()
Show blame / praise / annotate for selected files.