|
Last Site Update: 28 May 2013 | Latest Version: 2.7.5 |
|
|
|
|
|
|
|
![]() |
![]() |
|
|
Debug ConsoleIn PyDev once you hit a breakpoint, you can use the console for probing the program at the selected frame. The screenshot below shows it in action...
1. Shows the selected frame. You may choose another frame to probe. Code completion in debug ConsoleFrom version 1.6.0 onwards, code-completion can be used in that console (shows templates, common tokens and the locals/globals from the selected frame). It's preferences are shared with the default code completion preferences in PyDev > editor > code completion.
Update in 1.6.0: commands are evaluated on each new line unless the line starts with ' ' or '/t' or ends with ':' or '/' (so, for entering multi-line statements, the input must be entered properly respecting those limitations). Old (before 1.6.0):the command was only evaluated when an empty line was entered.
|
|
|
Copyright: Appcelerator, Inc. 2008-2012 |