-
Notifications
You must be signed in to change notification settings - Fork 68
Removing breakpoints in remote debugging does not work #1126
Comments
This same bug can be reproduced in a simple launch scenario:
import time
for i in range(1000):
time.sleep(1)
print(i)
|
/cc @fabioz |
Request response logs from VSC for the
Removing break-point:
|
I'll take a look at it (although I'll probably only be able to provide a fix tomorrow). |
Actually, the issue was simpler than I thought, so, I've provided a fix for it already (but without tests for today -- see comments on #1127). |
Found the issue, it is in the following function call: /cc @fabioz |
Fixed by #1134 |
@DonJayamanne commented on Mon Jan 28 2019
Launch python code for debugging:
print
lineprint
line again, even when there are no breakpoints!!!Two problems:
print
line again, even when there are no breakpoints!!!The text was updated successfully, but these errors were encountered: