mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* Add set debugger property to support VS just my code * Just my code initial code * Limit continue to stepping and exceptions * Improve skipping non-user code * Fix tests * Just my code shoudl skip ptvsd files * fixes and updates (#1) * Fix typo * Use CMD_STEP_INTO_MY_CODE and CMD_SET_PROJECT_ROOTS * Update tests to reflect the new pydevd exception breakpoint cmd args * Fixes and improvements * Simplify and refactor debug options * Test fix and fix for debug property request handler for VS * More fixes * Test fixes * Address comments * Bunch of test fixes (#2) * Test fixes * Restoring auto-continue till pydev side work is done. |
||
|---|---|---|
| .. | ||
| _vendored | ||
| __init__.py | ||
| __main__.py | ||
| _local.py | ||
| _remote.py | ||
| _util.py | ||
| _version.py | ||
| attach_server.py | ||
| daemon.py | ||
| debugger.py | ||
| exit_handlers.py | ||
| futures.py | ||
| ipcjson.py | ||
| pathutils.py | ||
| pydevd_hooks.py | ||
| reraise.py | ||
| reraise2.py | ||
| reraise3.py | ||
| runner.py | ||
| safe_repr.py | ||
| session.py | ||
| socket.py | ||
| ThirdPartyNotices.txt | ||
| untangle.py | ||
| version.py | ||
| wrapper.py | ||