Commit graph

2049 commits

Author SHA1 Message Date
Karthik Nadig
718d0e42df
Merge pull request #149 from karthiknadig/bugs2
Provide breakmode for exceptions
2018-02-28 14:03:11 -08:00
Karthik Nadig
141d7434af
Merge pull request #145 from karthiknadig/bugs
Thread and exceptions map cleanup
2018-02-28 14:01:46 -08:00
Karthik Nadig
7375d34fc9 Provide breakmode for exceptions 2018-02-28 13:38:44 -08:00
Don Jayamanne
c79762637c
Wait until disconnect request is received and replied to when debugee terminates (#134)
* wait for disconnect request when terminating
* SIGHUP is not available on windows
* Fixes #120
* Fixes #130
2018-02-28 09:54:04 -08:00
Don Jayamanne
5db5cf604f
Exit on SIGHUP signal (#129)
* exit on SIGHUP signal
* Fixes #128
2018-02-28 09:53:04 -08:00
Karthik Nadig
89d1c253e8 Remove thread from thread map after thread kill event 2018-02-27 17:38:10 -08:00
Karthik Nadig
771b951f8e Cleanup active exceptions on exection trace proceeded event 2018-02-27 17:37:17 -08:00
Karthik Nadig
e1ff23f686
Merge pull request #140 from DonJayamanne/handleDaemonThreadErrors
Improve handling of daemon thread termination when terminating the debugee
2018-02-27 16:56:32 -08:00
Karthik Nadig
f2ced8888a
Merge pull request #135 from karthiknadig/bugs
Make 'autogen' in 'IDMap.to_vscode' a required argument
2018-02-27 16:48:33 -08:00
Karthik Nadig
5825fbf7b5 Send a create event for each new thread found while handling on_threads request 2018-02-27 15:19:18 -08:00
Don Jayamanne
1d241a6919 code review comments 2018-02-27 15:09:11 -08:00
Eric Snow
d0daed71c1
Merge pull request #143 from ericsnowcurrently/lint
Fix a linting failure.
2018-02-27 15:47:09 -07:00
Eric Snow
81bd3bb7dc Fix a linting failure. 2018-02-27 22:45:49 +00:00
Eric Snow
d92867c29c
Merge pull request #142 from ericsnowcurrently/event-tests
Add high-level tests for PyDevd events.
2018-02-27 15:40:13 -07:00
Eric Snow
90d3f6eb77 Add tests for CMD_SEND_CURR_EXCEPTION_TRACE_PROCEEDED. 2018-02-27 22:36:55 +00:00
Eric Snow
3d28d2e6ea Add tests for CMD_SEND_CURR_EXCEPTION_TRACE. 2018-02-27 22:23:46 +00:00
Eric Snow
a3a6dc5f04 Add tests for CMD_THREAD_RUN. 2018-02-27 21:57:30 +00:00
Eric Snow
e6fef4ea03 Add tests for CMD_THREAD_SUSPEND. 2018-02-27 21:52:26 +00:00
Karthik Nadig
a94d616b55 Fixes #138 by removing any whitespace characters in args before using 2018-02-27 13:42:41 -08:00
Eric Snow
8314bb35a9 Add tests for CMD_THREAD_KILL. 2018-02-27 21:29:51 +00:00
Don Jayamanne
c16c706052 wait for daemon threads to di 2018-02-27 13:28:48 -08:00
Eric Snow
84f8de48a5 Add tests for CMD_THREAD_CREATE. 2018-02-27 20:28:43 +00:00
Karthik Nadig
de3ac19931 Make 'autogen' in 'IDMap.to_vscode' a required argument 2018-02-27 11:25:19 -08:00
Eric Snow
777e750cc4
Merge pull request #133 from ericsnowcurrently/request-tests
Add basic tests for the VSC protocol request messages.
2018-02-27 12:12:03 -07:00
Eric Snow
95d61cf7ad
Merge pull request #132 from ericsnowcurrently/fix-lifecycle-tests
Use the correct filter default in the lifecycle tests.
2018-02-27 11:45:24 -07:00
Eric Snow
578ffc67d5 Use the correct filter default in the lifecycle tests. 2018-02-27 18:41:24 +00:00
Eric Snow
27baf32bdf Add tests for the exceptionInfo requests. 2018-02-27 18:36:43 +00:00
Eric Snow
e07f725e68 Add HighlevelFixture.error(). 2018-02-27 18:36:23 +00:00
Eric Snow
0f4d1cf31b Add tests for the setExceptionBreakpoints requests. 2018-02-27 18:36:01 +00:00
Eric Snow
66cc2c3544 Add tests for the setBreakpoints requests. 2018-02-27 18:35:29 +00:00
Eric Snow
74b9ab8418 Add tests for the continue request (and friends). 2018-02-27 18:01:21 +00:00
Eric Snow
2ca357ba45 Add tests for the pause request. 2018-02-27 18:01:15 +00:00
Eric Snow
1ccad6d29e Fix HighlevelFixture.set_threads(). 2018-02-27 18:01:11 +00:00
Eric Snow
096f83e9c1 Add tests for the evaluate request. 2018-02-27 18:01:07 +00:00
Eric Snow
88afa59aad Add tests for the setVariable request. 2018-02-27 18:01:01 +00:00
Eric Snow
7a98479485 Restore HighlevelFixture._hidden properly. 2018-02-27 18:00:53 +00:00
Eric Snow
691d77fbd2 Use pydevd_xml.var_to_xml(). 2018-02-27 18:00:43 +00:00
Eric Snow
85918f6bd9 PYDEVD_REQ -> PYDEVD_CMD. 2018-02-27 17:58:56 +00:00
Karthik Nadig
a726796574
Merge pull request #127 from karthiknadig/exceptinfo
Fix for KeyError while getting exception info.
2018-02-26 16:10:51 -08:00
Pavel Minaev
a409e45c0b
Merge pull request #124 from zooba/tpn-update
Updates ThirdPartyNotices.txt
2018-02-26 15:35:54 -08:00
Karthik Nadig
4e8ae6a970 KeyError while getting exception info. 2018-02-26 15:02:48 -08:00
Steve Dower
2f9e94e321 Updates ThirdPartyNotices.txt 2018-02-26 13:37:18 -08:00
Eric Snow
222cb9e901 Add a test for the variables request. 2018-02-26 19:38:56 +00:00
Eric Snow
8c64282000 Fix the pydevd event counter. 2018-02-26 19:38:56 +00:00
Eric Snow
3a4e56e12d Add HighlevelFixture.pause(). 2018-02-26 19:38:56 +00:00
Eric Snow
964f5bb95f Add a test for the scopes request. 2018-02-26 19:38:56 +00:00
Eric Snow
29dac30c71 Add HighlevelFixture.expect_debugger_command(). 2018-02-26 19:38:56 +00:00
Eric Snow
0afd30cfb3 Add tests for the stackTrace request. 2018-02-26 19:38:56 +00:00
Eric Snow
29fa1e123f Expand the testing helpers. 2018-02-26 19:38:56 +00:00
Eric Snow
608ca082da
Merge pull request #122 from ericsnowcurrently/fix-lint
Fix various recent linting failures.
2018-02-26 12:37:19 -07:00