Skip to content

Commit e68693b

Browse files
committed
Trying to understand test failure
1 parent 2621f5e commit e68693b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cq_editor/widgets/debugger.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,6 @@ def debug(self, value):
354354

355355
try:
356356
sys.settrace(self.trace_callback)
357-
358-
# Move to the first breakpoint
359-
self.debug_cmd(DbgState.CONT)
360-
361357
exec(code, module.__dict__, module.__dict__)
362358
except BdbQuit:
363359
pass

0 commit comments

Comments
 (0)