|
Last Site Update: 20 July 2010 | Latest Version: 1.6.0 |
|
|
|
|
|
|
|
![]() |
![]() |
|
|
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 Console
From 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).
Update in 1.3.13: the return of simple statements is printed automatically to the output (so, in the example just typing the name of the variable 'a' in the prompt would already show its value in the output). 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: Aptana, Inc. 2008-2010 |