Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Merging master > dbg_adapter_refactor. #1758

Merged

Conversation

fabioz
Copy link
Contributor

@fabioz fabioz commented Sep 10, 2019

As a note, this should be a merge commit (because both master and dbg_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?)

karthiknadig and others added 30 commits May 22, 2019 13:28
* 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
@karthiknadig
Copy link
Member

@fabioz Enabled merge commits.

@fabioz
Copy link
Contributor Author

fabioz commented Sep 10, 2019

Thanks (I'll merge when approved then).

@fabioz fabioz merged commit d2055ed into microsoft:dbg_adapter_refactor Sep 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants