Skip to main content

Watchlist plugin for the debugger in the Spyder IDE

Project description

Spyder Watchlist plugin

Watchlist plugin for the debugger in the Spyder IDE

A watchlist is a functionality some IDEs offer while debugging code. It is related to the display of all variables accessible in the current scope (aka Variable Explorer in Spyder). But there is an important distinction: A Watchlist consists of a user-definable list of expressions. These expressions are evaluated after each debugger step and the result of the evaluation is displayed. See here for a screencast which demonstrates the plugin.

Installation

pip install spyder-watchlist

Features

  • Any Python expression can be entered. The Watchlist displays the stringified result of the evaluation. In terms of Python code value = str(eval(expression, globals, locals)).

    Warning This makes the Watchlist a very powerful tool, but this comes at a cost: Any side effects of an expression will affect your execution environment.

  • The values of expressions are refreshed whenever they might have changed (after executing commands in the IPython Console and after debugger commands).

  • The list of expressions can be modified at any time; see Usage for details.

  • The value of an expression is shown with bold font if it has changed

  • The value of an invalid expression is show as <exception name>. Hover the mouse over the value to show the full exception message in a tooltip.

Usage

  • Changing an existing expression: Double click on expression (first column)
  • Adding a new expression
    • Toolbar + button
    • Menu entry in right-click menu (anywhere in the table)
    • Double click at the end of the table (only possible if there is no scrollbar)
    • Drag & drop of text. If the text consists of multiple lines, each line is added as an expression.
  • Removing an expression
    • Toolbar - button. The currently selected expression is removed.
    • Menu entry in right-click menu. The selected expression is removed.
  • There is also a “Remove all expression” action in the toolbar and right-click menu

Known Issues

  • The value of variables in the current scope can be changed in Spyder’s Variable Explorer plugin. Expressions in the Watchlist depending on any variable changed in the Variable Explorer will display an outdated value. The new expression value is displayed after a refresh of the Watchlist. A refresh is trigged by:
    • Executing commands in the IPython Console. Pressing Enter with an empty input prompt is sufficient.
    • Modifying the list of expressions in some way (add, remove or edit an expression)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spyder-watchlist-1.0.0.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

spyder_watchlist-1.0.0-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file spyder-watchlist-1.0.0.tar.gz.

File metadata

  • Download URL: spyder-watchlist-1.0.0.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.27.1

File hashes

Hashes for spyder-watchlist-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1fc3df931870ce5598b764d32ac88d49327da779648d1b27e9505a5c6e9c1b5a
MD5 bcc1a77a07487fdd50eb743cb9244f75
BLAKE2b-256 c5db87d7c2d577f67774562949066dd3b015c07688d1c2bf59065cf3f555ee90

See more details on using hashes here.

File details

Details for the file spyder_watchlist-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for spyder_watchlist-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 62cb7b71932a75244ad0f827dfc40217eee9f80ae3d14f25d930e719d9ca424d
MD5 8417afd722dd0f79c91a8df3dd418e6d
BLAKE2b-256 0371f7163bb6e2929bbedc9525f9c5decc8632f042df5865fd0ea4d4e551c065

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page