Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to notify VSC Debugger when status of a breakpoint changes #989

Merged
merged 3 commits into from
Mar 9, 2018

Conversation

DonJayamanne
Copy link

Fixes #87

@codecov
Copy link

codecov bot commented Mar 9, 2018

Codecov Report

Merging #989 into master will decrease coverage by 0.31%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #989      +/-   ##
==========================================
- Coverage   64.24%   63.92%   -0.32%     
==========================================
  Files         260      260              
  Lines       12031    12040       +9     
  Branches     2130     2131       +1     
==========================================
- Hits         7729     7697      -32     
- Misses       4293     4334      +41     
  Partials        9        9
Impacted Files Coverage Δ
src/client/debugger/Main.ts 0% <0%> (ø) ⬆️
src/client/debugger/PythonProcess.ts 0% <0%> (ø) ⬆️
src/client/linters/errorHandlers/notInstalled.ts 33.33% <0%> (-61.12%) ⬇️
src/client/linters/errorHandlers/errorHandler.ts 77.77% <0%> (-22.23%) ⬇️
src/client/common/logger.ts 33.33% <0%> (-20%) ⬇️
src/client/common/application/applicationShell.ts 23.07% <0%> (-7.7%) ⬇️
src/client/linters/baseLinter.ts 85.41% <0%> (-6.25%) ⬇️
src/client/common/installer/productInstaller.ts 61.7% <0%> (-4.26%) ⬇️

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 318aa39...f8d9a91. Read the comment docs.

@DonJayamanne DonJayamanne merged commit e7efba0 into microsoft:master Mar 9, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 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.

Unverified Breakpoints with "Python" or "Integrated Teminal/Console"
2 participants