eric6/Debugger/DebugViewer.py

changeset 7932
c4c6b2784eec
parent 7931
a761160bfde9
child 7933
ca1b44d522b9
equal deleted inserted replaced
7931:a761160bfde9 7932:c4c6b2784eec
298 self.__clientSyntaxError) 298 self.__clientSyntaxError)
299 self.debugServer.clientException.connect( 299 self.debugServer.clientException.connect(
300 self.__clientException) 300 self.__clientException)
301 self.debugServer.clientExit.connect( 301 self.debugServer.clientExit.connect(
302 self.__clientExit) 302 self.__clientExit)
303 self.debugServer.clientDisconnected.connect(
304 self.__removeDebugger)
303 305
304 self.debugServer.clientException.connect( 306 self.debugServer.clientException.connect(
305 self.exceptionLogger.addException) 307 self.exceptionLogger.addException)
306 self.debugServer.passiveDebugStarted.connect( 308 self.debugServer.passiveDebugStarted.connect(
307 self.exceptionLogger.debuggingStarted) 309 self.exceptionLogger.debuggingStarted)

eric ide

mercurial