|
Last Site Update: 02 October 2008 | Latest Version: 1.3.22 |
|
|
|
|
|
|
|
|
|
|
||||||
Debug ConsoleIn Pydev Extensions, 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. The statement is sent to execution whenever you enter an empty line, so, in the example above, the "print 'a is :', a" is evaluated after pressing enter 2 times. Update in version 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).
|
|||||||
|
© Copyright: Aptana, Inc. 2008 |