This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Merging master > dbg_adapter_refactor. #1758
Merged
fabioz
merged 36 commits into
microsoft:dbg_adapter_refactor
from
fabioz:dbg_adapter_refactor_merge
Sep 11, 2019
Merged
Merging master > dbg_adapter_refactor. #1758
fabioz
merged 36 commits into
microsoft:dbg_adapter_refactor
from
fabioz:dbg_adapter_refactor_merge
Sep 11, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add json-dap command line and debug options * Addressing comments.
* Add systeminfo to pydevd * Address comments * Fix tests
* Add systeminfo to pydevd * Move more code to pydevd * Address comments.
* Ensure port is set to server listening port. * Remove debug code * Address comments.
There's a [new home for the Debug Adapter Protocol][1], so we might as well link to it. [1]: https://code.visualstudio.com/blogs/2018/08/07/debug-adapter-protocol-website
…icrosoft#1554) * Send continued event when all threads resume. Fixes microsoft#1530. * Don't hide exception if connect_with_new_session fails. * Don't send resumed event if we haven't initialized first (fix test_reattach).
… (microsoft#1582) * Attach to pid fixes with threading. Fixes microsoft#1542,microsoft#1520 * Make sure that the python code is actually in bytes. * Fix folder for attach to pid in mac os. * Better error message if unable to get the threadStateIndex for the current thread. * Raise number of attempts to resolve_label during attach to pid (windows).
…rosoft#1548 (microsoft#1588) * Properly try to resolve_label multiple times in attach to pid. * Don't try to patch arguments when not dealing with python. Fixes microsoft#1548
* Fix for breakpoint binding issue in VS * Fix tests
* Ensure stopped on goto changes focus * Test fix
…rosoft#1691 (microsoft#1702) * Autoreload in CherryPy no longer blocked by pydevd threads. Fixes microsoft#1691 * Don't send CMD_EXIT to the IDE.
@fabioz Enabled merge commits. |
Thanks (I'll merge when approved then). |
karthiknadig
approved these changes
Sep 10, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As a note, this should be a merge commit (because both
master
anddbg_adapter_refactor
have evolved).The pull request says that this option is not enabled for this repository, so, we should temporarily enable it to merge this commit (@karthiknadig it seems I don't have permissions for this, so, can you do that?)