Skip to content

Commit 6418850

Browse files
committed
Still trying to get execution to move to the first breakpoint
1 parent e68693b commit 6418850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cq_editor/widgets/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def debug(self, value):
336336
self.previous_trace = previous_trace = sys.gettrace()
337337

338338
self.sigDebugging.emit(True)
339-
self.state = DbgState.STEP
339+
self.state = DbgState.CONT
340340

341341
self.script = self.get_current_script()
342342
cq_script_path = self.get_current_script_path()

0 commit comments

Comments
 (0)