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

  • Rearranging of expressions: Use Drag & Drop
  • 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 text. If the text consists of multiple lines, each line is added as an expression.
  • Removing expressions. The following actions remove the currently selected expressions:
    • Toolbar - button
    • Menu entry in right-click menu
    • Del keyboard key
  • 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.1.0.tar.gz (12.5 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.1.0-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for spyder-watchlist-1.1.0.tar.gz
Algorithm Hash digest
SHA256 a0433565bdfe1264327de70831e43289f744da9c03a3ea058e5261fbff826b53
MD5 5d0a1b35669f61ec1d1a0f7f1170c834
BLAKE2b-256 f70d080f064331b2c803bfabdaa8cd87423dd6fe77ec847758ec116461cf56b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for spyder_watchlist-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 df7febf04700a9455212dab142975c3af106e270da936eace2fc95a0cce2e9d0
MD5 039c21115b9e41767342f7776ad01079
BLAKE2b-256 9b4da71a0c8b3013724b29439843e16dd74b0f11b821e1098b856eaa90c08273

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