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 |