wdb
wdb copied to clipboard
An improbable web debugger through WebSockets
Seems related to the very old #81 in that certain values (dictionary keys, in our case) are not escaped. Use of `repr()` as keys results in apparently no keys. (Web...
Bumps [qs](https://github.com/ljharb/qs) from 6.8.0 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...
Currently wdb-server 3.3.0 requires tornado=5.0. The newest version of tornado is v6.1. In Python 3.10 ```MutableMapping``` was moved * from ```collections.MutableMapping``` * to ```collections.abc.MutableMapping``` and this causes the following error...
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.0.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) v5.1.0 Features add...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
when i stumbled uppon wdb, i wanted to try it with pytest, and ran into the error in `pytest_pyfunc_call` i believe the hook should b implemented in terms of pytest_exception_interact...
Hi! I'm dropping the support to py2, but I would like to help and contribute with this repository.
when i run command line " python -m wdb your_file.py " in a docker ,the program exit with the following infomation . Key already registered with the same priority: Python...