src/eric7/Debugger/DebuggerInterfaceNone.py

branch
eric7
changeset 10321
4a017fdf316f
parent 10065
de4ae767b0e3
child 10417
c6011e501282
equal deleted inserted replaced
10320:ff28050f5dec 10321:4a017fdf316f
165 argv, 165 argv,
166 wd, 166 wd,
167 traceInterpreter=False, 167 traceInterpreter=False,
168 autoContinue=True, 168 autoContinue=True,
169 enableMultiprocess=False, 169 enableMultiprocess=False,
170 reportAllExceptions=False,
170 ): 171 ):
171 """ 172 """
172 Public method to load a new program to debug. 173 Public method to load a new program to debug.
173 174
174 @param fn the filename to debug 175 @param fn the filename to debug
183 @param autoContinue flag indicating, that the debugger should not 184 @param autoContinue flag indicating, that the debugger should not
184 stop at the first executable line 185 stop at the first executable line
185 @type bool 186 @type bool
186 @param enableMultiprocess flag indicating to perform multiprocess 187 @param enableMultiprocess flag indicating to perform multiprocess
187 debugging 188 debugging
189 @type bool
190 @param reportAllExceptions flag indicating to report all exceptions
191 instead of unhandled exceptions only
188 @type bool 192 @type bool
189 """ 193 """
190 return 194 return
191 195
192 def remoteRun(self, fn, argv, wd): 196 def remoteRun(self, fn, argv, wd):

eric ide

mercurial