python-web-pdb icon indicating copy to clipboard operation
python-web-pdb copied to clipboard

Web-based remote UI for Python's PDB debugger

Results 27 python-web-pdb issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies
javascript

Hi, this is a fix/enhancment of #29 My changes are: - Media queries - Painted repl input so it's noticeable - Moved toolbar to navbar to save space A screenshot...

Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...

dependencies
python

Not a big deal but trying to CMD+Click, from Visual Studio Code terminal, on the `hostname:port` when pdb start doesn't directly open the browser but open the VSC popup window...

`web-pdb` requires `bottle==0.12.19`: https://github.com/romanvm/python-web-pdb/blob/9e22bfe90deec849763105dde4d8fdcc8ecef121/setup.py#L71 but this version has a critical-severity security advisory: https://github.com/advisories/GHSA-xhp9-4947-rq78.

I have added support to choose from the builtin PrismJS Themes, with Okaidia still being the default. Technically it works by serving the css files for each and then adjusting...

Hello, I have a warning to python 3.9 with odoo ``` web_1 | import web_pdb;web_pdb.set_trace() web_1 | File "/usr/local/lib/python3.9/dist-packages/web_pdb/__init__.py", line 40, in web_1 | from .web_console import WebConsole web_1 |...

I'm using web-db in the context of remote debug (on the same machine) with a tool call FME. This tool is a GUI ETL (Extract Transform ans load) that manupulates...

I'd love to be able to just `web-pdb "$(which my_script)" --some-cmdline-option` in a terminal without writing a Python script first. Otherwise, this is great, thank you!

It would be great to be able to customize current highlighted code line color, because now it's barely visible, more so on low contrast monitor profile. ![image](https://user-images.githubusercontent.com/218897/129188327-22ad8c08-3bcf-4f22-8eb8-adcfbbed45b8.png)