diff -r 783fc3de315e -r aa0123c997cd src/eric7/APIs/Python3/eric7.api --- a/src/eric7/APIs/Python3/eric7.api Sun Nov 10 15:21:04 2024 +0100 +++ b/src/eric7/APIs/Python3/eric7.api Mon Nov 11 15:00:58 2024 +0100 @@ -339,7 +339,8 @@ eric7.DebugClients.Python.BreakpointWatch.Watch.watches?7 eric7.DebugClients.Python.BreakpointWatch.Watch?1(cond, compiledCond, flag, temporary=False) eric7.DebugClients.Python.DebugBase.DebugBase._fnCache?8 -eric7.DebugClients.Python.DebugBase.DebugBase._set_stopinfo?5(stopframe, returnframe, stoplineno=0) +eric7.DebugClients.Python.DebugBase.DebugBase._set_stopinfo?5(stopframe, returnframe, stoplineno=0, traceOpcodes=False) +eric7.DebugClients.Python.DebugBase.DebugBase._set_trace_opcodes?5(traceOpcodes) eric7.DebugClients.Python.DebugBase.DebugBase.bootstrap?4(target, args, kwargs) eric7.DebugClients.Python.DebugBase.DebugBase.break_here?4(frame) eric7.DebugClients.Python.DebugBase.DebugBase.filesToSkip?7 @@ -361,6 +362,7 @@ eric7.DebugClients.Python.DebugBase.DebugBase.set_quit?4() eric7.DebugClients.Python.DebugBase.DebugBase.set_return?4(frame) eric7.DebugClients.Python.DebugBase.DebugBase.set_step?4() +eric7.DebugClients.Python.DebugBase.DebugBase.set_stepinstr?4() eric7.DebugClients.Python.DebugBase.DebugBase.set_trace?4(frame=None) eric7.DebugClients.Python.DebugBase.DebugBase.set_until?4(frame=None, lineno=None) eric7.DebugClients.Python.DebugBase.DebugBase.step?4(traceMode)