Refactor before fixing support for re-attach.#296
Refactor before fixing support for re-attach.#296ericsnowcurrently merged 9 commits intomicrosoft:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #296 +/- ##
========================================
+ Coverage 62.66% 64% +1.33%
========================================
Files 11 14 +3
Lines 1875 1989 +114
========================================
+ Hits 1175 1273 +98
- Misses 700 716 +16
Continue to review full report at Codecov.
|
|
I really like this code reorganization, much neater compared to our existing everything-in-wrapper.py! 👍 |
DonJayamanne
left a comment
There was a problem hiding this comment.
Running PTVSD fails (error message attached)
|
@ericsnowcurrently |
Agreed. |
95da388 to
7026e06
Compare
|
@DonJayamanne This PR should no longer break debugging. Please verify. As to the tests, I agree and am working on it. :) |


An alternative approach to fixing re-attach (in contrast to #287) requires separating some concerns that are currently mixed together in the code base. This PR does so.