src/eric7/Debugger/DebugServer.py

branch
eric7
changeset 10982
db9e5f8fae05
parent 10981
e80ffe75107c
child 10985
91243eb0390d
equal deleted inserted replaced
10981:e80ffe75107c 10982:db9e5f8fae05
2124 None, 2124 None,
2125 self.tr("Debug Client Connection"), 2125 self.tr("Debug Client Connection"),
2126 self.tr( 2126 self.tr(
2127 "Passive debug client connection received while not in passive" 2127 "Passive debug client connection received while not in passive"
2128 " mode. Enable this mode on the 'Debugger General' configuration" 2128 " mode. Enable this mode on the 'Debugger General' configuration"
2129 " page or in the project debugger configuration. The connection" 2129 " page. The connection will be rejected."
2130 " will be rejected."
2131 ), 2130 ),
2132 ) 2131 )
2133 self.shutdownServer() 2132 self.shutdownServer()
2134 self.startClient(False, forProject=self.__forProject) 2133 self.startClient(False, forProject=self.__forProject)
2135 2134

eric ide

mercurial