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

Fix problems with running ptvsd. #306

Merged
merged 9 commits into from
Apr 4, 2018

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Apr 4, 2018

PR #266 inadvertently introduced some backward-incompatible changes to how the ptvsd CLI works. This PR fixes them.

I've also added a number of unit tests. In a follow-up PR I'll be adding some full-stack tests using sockets and subprocess.

(should resolve #292, #299, #302, and (partially) #301)

Copy link
Contributor

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ericsnowcurrently got some tests failing. I trust you'll fix them, hence approved.

@codecov-io
Copy link

Codecov Report

Merging #306 into master will increase coverage by 5.26%.
The diff coverage is 97.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #306      +/-   ##
==========================================
+ Coverage    57.4%   62.66%   +5.26%     
==========================================
  Files          10       11       +1     
  Lines        1850     1875      +25     
==========================================
+ Hits         1062     1175     +113     
+ Misses        788      700      -88
Impacted Files Coverage Δ
ptvsd/debugger.py 100% <100%> (ø)
ptvsd/__main__.py 91.54% <95%> (+65.62%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7319b0a...a1bf02b. Read the comment docs.

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.

Unable to launch the debugger
4 participants