Skip to content

Add a Pyramid debug configuration for the experimental debugger#1104

Merged
DonJayamanne merged 3 commits intomicrosoft:masterfrom
DonJayamanne:issue1030
Mar 18, 2018
Merged

Add a Pyramid debug configuration for the experimental debugger#1104
DonJayamanne merged 3 commits intomicrosoft:masterfrom
DonJayamanne:issue1030

Conversation

@DonJayamanne
Copy link
Copy Markdown

Fixes #1030

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
Copy Markdown

codecov Bot commented Mar 17, 2018

Codecov Report

Merging #1104 into master will decrease coverage by 0.04%.
The diff coverage is 95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1104      +/-   ##
==========================================
- Coverage   71.81%   71.76%   -0.05%     
==========================================
  Files         260      260              
  Lines       11887    11895       +8     
  Branches     2106     2107       +1     
==========================================
  Hits         8537     8537              
- Misses       3226     3228       +2     
- Partials      124      130       +6
Impacted Files Coverage Δ
src/client/debugger/Common/telemetry.ts 95.23% <ø> (ø) ⬆️
src/client/common/types.ts 100% <ø> (ø) ⬆️
src/client/common/platform/types.ts 100% <ø> (ø) ⬆️
src/client/debugger/Common/Contracts.ts 89.58% <ø> (ø) ⬆️
src/client/common/platform/fileSystem.ts 79.16% <100%> (+0.9%) ⬆️
...rc/client/debugger/configProviders/baseProvider.ts 92.95% <100%> (+0.89%) ⬆️
src/client/debugger/Main.ts 50.12% <100%> (+0.12%) ⬆️
...c/client/debugger/DebugClients/LocalDebugClient.ts 52.03% <83.33%> (+0.36%) ⬆️
src/client/debugger/PythonProcess.ts 45.41% <0%> (-3.34%) ⬇️
...rc/client/debugger/PythonProcessCallbackHandler.ts 52.3% <0%> (-0.66%) ⬇️
... and 1 more

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 2823f09...4e2eb61. Read the comment docs.

@DonJayamanne DonJayamanne force-pushed the issue1030 branch 2 times, most recently from b683dc1 to 82578f7 Compare March 17, 2018 04:55
@DonJayamanne DonJayamanne merged commit 685c3a2 into microsoft:master Mar 18, 2018
@DonJayamanne DonJayamanne deleted the issue1030 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 Pyramid debugging with experimental debugger

2 participants