Last Site Update: October 20th, 2024 | Latest Version: 12.2.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 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.
|
PyDev developmentPyDev is open source and depends on your contributions! This may be in the form of bug fixes, answers on stackoverflow, new features...Another option is financially supporting it at: Patreon (which provides a way to support it monthly and get rewards starting with $1). Or through 1-time contributions at: Paypal Search PyDev-related content |
|
|
Copyright: Brainwy Software Ltda, 2014-2021 |