debugpy/ptvsd
Karthik Nadig bbeebea696
Just my code (#467)
* 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.
2018-06-14 11:02:38 -07:00
..
_vendored Fixes #338 (output is no longer buffered). (#476) 2018-06-14 11:01:24 -07:00
__init__.py Clean up handling of vendored projects. (#383) 2018-04-19 18:20:06 -06:00
__main__.py Clean up session handling in the daemon. (gh-463) 2018-06-07 11:52:35 -06:00
_local.py Clean up session handling in the daemon. (gh-463) 2018-06-07 11:52:35 -06:00
_remote.py Clean up session handling in the daemon. (gh-463) 2018-06-07 11:52:35 -06:00
_util.py Support re-attaching to an adapter. (#381) 2018-05-22 16:50:55 -06:00
_version.py Set up versioneer to auto-generate version numbers from git. 2018-04-11 14:00:48 -07:00
attach_server.py Clean up session handling in the daemon. (gh-463) 2018-06-07 11:52:35 -06:00
daemon.py Remove code duplication in runner.py. (#469) 2018-06-12 17:32:47 -06:00
debugger.py Clean up session handling in the daemon. (gh-463) 2018-06-07 11:52:35 -06:00
exit_handlers.py Support re-attaching to an adapter. (#381) 2018-05-22 16:50:55 -06:00
futures.py Set up versioneer to auto-generate version numbers from git. 2018-04-11 14:00:48 -07:00
ipcjson.py Get the tests working on Windows. (#455) 2018-05-31 16:06:08 -06:00
pathutils.py Set up versioneer to auto-generate version numbers from git. 2018-04-11 14:00:48 -07:00
pydevd_hooks.py Remove code duplication in runner.py. (#469) 2018-06-12 17:32:47 -06:00
reraise.py Set up versioneer to auto-generate version numbers from git. 2018-04-11 14:00:48 -07:00
reraise2.py lint 2018-04-11 22:21:14 +00:00
reraise3.py lint 2018-04-11 22:21:14 +00:00
runner.py Fixes #338 (output is no longer buffered). (#476) 2018-06-14 11:01:24 -07:00
safe_repr.py Fixes exception in django cause by long iter check (#443) 2018-05-30 15:21:31 -07:00
session.py Remove code duplication in runner.py. (#469) 2018-06-12 17:32:47 -06:00
socket.py Get the tests working on Windows. (#455) 2018-05-31 16:06:08 -06:00
ThirdPartyNotices.txt Updating Third Party Notices (#474) 2018-06-13 14:20:01 -07:00
untangle.py lint 2018-03-20 00:53:45 +00:00
version.py Set up versioneer to auto-generate version numbers from git. 2018-04-11 14:00:48 -07:00
wrapper.py Just my code (#467) 2018-06-14 11:02:38 -07:00