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 a Watson debug configuration for the experimental debugger. #1105

Merged
merged 1 commit into from
Mar 17, 2018

Conversation

DonJayamanne
Copy link

Fixes #1031

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file
  • Has unit tests & code coverage is not adversely affected (within reason)
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

@codecov
Copy link

codecov bot commented Mar 17, 2018

Codecov Report

Merging #1105 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1105      +/-   ##
==========================================
- Coverage   71.67%   71.65%   -0.02%     
==========================================
  Files         260      260              
  Lines       11877    11877              
  Branches     2104     2104              
==========================================
- Hits         8513     8511       -2     
- Misses       3239     3240       +1     
- Partials      125      126       +1
Impacted Files Coverage Δ
src/client/debugger/Main.ts 49.51% <0%> (-0.49%) ⬇️

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 ba97e02...db5e8b4. Read the comment docs.

@DonJayamanne DonJayamanne merged commit 8fc9b9f into microsoft:master Mar 17, 2018
@DonJayamanne DonJayamanne deleted the issue1031 branch March 19, 2018 22:16
@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.

Support Watson debugging with experimental debugger
2 participants