diff -r 0f4257c1abcb -r e5f6fe5855fd Debugger/DebuggerInterfaceNone.py --- a/Debugger/DebuggerInterfaceNone.py Thu Mar 23 20:27:21 2017 +0100 +++ b/Debugger/DebuggerInterfaceNone.py Thu Mar 23 20:30:49 2017 +0100 @@ -210,6 +210,14 @@ """ return + def remoteMoveIP(self, line): + """ + Public method to move the instruction pointer to a different line. + + @param line the new line, where execution should be continued + """ + return + def remoteBreakpoint(self, fn, line, setBreakpoint, cond=None, temp=False): """ Public method to set or clear a breakpoint.