-
Notifications
You must be signed in to change notification settings - Fork 68
Fix 72 break suspension policy #673
Fix 72 break suspension policy #673
Conversation
Codecov Report
@@ Coverage Diff @@
## master #673 +/- ##
==========================================
+ Coverage 60.18% 60.19% +0.01%
==========================================
Files 27 27
Lines 3823 3824 +1
==========================================
+ Hits 2301 2302 +1
Misses 1522 1522
Continue to review full report at Codecov.
|
5641357
to
eeba4bc
Compare
Rebased with current master. Note that this patch only adds the break suspension policy to breakpoints. Working on providing the stack trace of live threads. |
eeba4bc
to
7145532
Compare
This pull request is now ready to implement the feature to get the live stack traces. Some other noteworthy changes:
|
What's this? Please could you explain this change/feature? |
Sorry, I didn't explain it well... it should be:
(i.e.: it's an improvement only for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: built upon #671 to avoid conflicts (so, that one has to be merged first).
Changes can be seen at commit: 5641357 (note that it has some test changes along to fix some flakiness on pydevd tests on travis).