wdb icon indicating copy to clipboard operation
wdb copied to clipboard

An improbable web debugger through WebSockets

Results 40 wdb issues
Sort by recently updated
recently updated
newest added

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:...

dependencies

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...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

dependencies

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...

dependencies

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...