* Switch to ruff, fix issues
* Break out of search loop after deleting watch
* Fix separate-terminal debugging
* Fix typos, add typos CI
- update to 2024.1.1:
* Track some `urwid.util` deprecations
* ci: add dependabot updates for github actions
* Bump actions/checkout from 3 to 4
* Redirect pudb warnings to built-in console
* Catch IndexError on empty Variables state
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=29
- update to 2024.1:
* Show shell error messages in fallback shell
* Improve zsh completion
* Fix intersphinx mapping format
* Use deque with maxsize for command line history
* Restore cmdline text input when browsing history
* Give each theme its own file
* Revise UI elements for legibility
* Remove dependence on telnetlib which was removed in python 3.13
- Update to version 2022.1.3
- Update to version 2022.1.2
* Should work with Python 3.6 and newer. (Versions 2019.2 and older continue to support Python 2.7.)
* Use urwid.util.calc_text_pos() in make_canvas()
OBS-URL: https://build.opensuse.org/request/show/1158432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pudb?expand=0&rev=12
* Show shell error messages in fallback shell
* Improve zsh completion
* Fix intersphinx mapping format
* Use deque with maxsize for command line history
* Restore cmdline text input when browsing history
* Give each theme its own file
* Revise UI elements for legibility
* Remove dependence on telnetlib which was removed in python 3.13
- Update to version 2022.1.3
- Update to version 2022.1.2
* Should work with Python 3.6 and newer. (Versions 2019.2 and older continue to support Python 2.7.)
* Use urwid.util.calc_text_pos() in make_canvas()
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=27
- Update to version 2022.1.3
* Improve sidebar help
* Bump version to 2022.1.3
* Remove reference to py.test in favor of pytest
* Bump versions of various github actions components
* Fix the midnight theme (#508)
* Remove old reference to master
* Implement "--continue" CLI arg (alias "-c") (#559)
* Save cwd and use for restart
* Fix setting of sys.path from name of script (closes gh-557)
* Fix zsh completion of `--pre-run` (#554)
* Support more shells by shtab
* Ignore B024 for abstract base classes with in var_view
* Add zsh completion support for `--pre-run`
* Generate zsh completion script automatically
* Fix test_executable_lines for Python 3.11
* Fix critical bug when re-entering IPython 8.0.0 (and later) external shell (#533)
* Get terminal size using os.get_terminal_size() (#536)
* Close tty file when dne querying terminal info
* Close history file after reading
* makedirs(exist_ok=True) during config path finding
OBS-URL: https://build.opensuse.org/request/show/1034908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=23
- Update to version 2022.1.2
* Syntax-highlighted source, the stack, breakpoints and variables are all visible at once and continuously updated.
This helps you be more aware of what’s going on in your program. Variable displays can be expanded, collapsed and have various customization options.
* Pre-bundled themes, including dark themes via “Ctrl-P”. Could set a custom theme also.
* Simple, keyboard-based navigation using single keystrokes makes debugging quick and easy.
PuDB understands cursor-keys and Vi shortcuts for navigation. Other keys are inspired by the corresponding pdb commands.
* Use search to find relevant source code, or use “m” to invoke the module browser that shows loaded modules, lets you load new ones and reload existing ones.
* Breakpoints can be set just by pointing at a source line and hitting “b” and then edited visually in the breakpoints window.
Or hit “t” to run to the line under the cursor.
* Drop to a Python shell in the current environment by pressing “!”. Or open a command prompt alongside the source-code via “Ctrl-X”.
* PuDB places special emphasis on exception handling. A post-mortem mode makes it easy to retrace a crashing program’s last steps.
* Ability to control the debugger from a separate terminal.
* IPython integration (see wiki)
* Should work with Python 3.6 and newer. (Versions 2019.2 and older continue to support Python 2.7.)
OBS-URL: https://build.opensuse.org/request/show/1010261
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=21
- Use Jedi for completion in the built-in shell
- Add vi keys for sidebar
- Clean up vi key handling, remove duplication
- add -m switch to run as module
- Require Py3.6
- Use h/l to collapse/open containers in var view
- feat: add reverse remote pudb
* Fix dealing with alternatives.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=16
New package
- Update to 2018.1:
* Show variables that start with an underscore in the var view
* Show length of array types in var view
* Don't crash on var state changes if no variable shown
* set socket REUSEADDR opt for the remote debugger
* set default value of 'Go to Line' to None instead of empty string
* update Go-to-Line UI with File/Current Line/Go to Line
* Placate new Flake8; add some license headers
* check 'safely_stringify_for_pudb' on the type #276
* Use urwid.util.calc_text_pos() in make_canvas()
* Use text_width() in var_view
* Create text_width() help function for getting the (terminal) width of…
* Don't return early when "returning" from a module
- Setup alterantives
- Initial packaging effort
- Packaged 2017.1.4
- Enabled tests, with TestFileSourceCodeProvider.test_get_lines
excluded (https://github.com/inducer/pudb/issues/304)
OBS-URL: https://build.opensuse.org/request/show/620426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pudb?expand=0&rev=1
- Update to 2018.1:
* Show variables that start with an underscore in the var view
* Show length of array types in var view
* Don't crash on var state changes if no variable shown
* set socket REUSEADDR opt for the remote debugger
* set default value of 'Go to Line' to None instead of empty string
* update Go-to-Line UI with File/Current Line/Go to Line
* Placate new Flake8; add some license headers
* check 'safely_stringify_for_pudb' on the type #276
* Use urwid.util.calc_text_pos() in make_canvas()
* Use text_width() in var_view
* Create text_width() help function for getting the (terminal) width of…
* Don't return early when "returning" from a module
- Setup alterantives
- Initial packaging effort
- Packaged 2017.1.4
- Enabled tests, with TestFileSourceCodeProvider.test_get_lines
excluded (https://github.com/inducer/pudb/issues/304)
OBS-URL: https://build.opensuse.org/request/show/620344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=1