mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fixed env tests.
This commit is contained in:
@@ -320,6 +320,7 @@ class PyDBFrame:
|
||||
if not flag and event != 'return' and info.pydev_state != STATE_SUSPEND and breakpoints_for_file is not None \
|
||||
and DictContains(breakpoints_for_file, line):
|
||||
breakpoint = breakpoints_for_file[line]
|
||||
new_frame = frame
|
||||
stop_info['stop'] = True
|
||||
if step_cmd == CMD_STEP_OVER and stop_frame is frame and event in ('line', 'return'):
|
||||
stop_info['stop'] = False #we don't stop on breakpoint if we have to stop by step-over (it will be processed later)
|
||||
|
||||
Reference in New Issue
Block a user