mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Improve logging for failed connection in Python debugger (it might help to investigate PY-16301)
This commit is contained in:
@@ -313,10 +313,7 @@ public class PyDebugProcess extends XDebugProcess implements IPyDebugProcess, Pr
|
||||
if (myProcessHandler != null) {
|
||||
myProcessHandler.destroyProcess();
|
||||
}
|
||||
if (!myClosing) {
|
||||
invokeLater(
|
||||
() -> Messages.showErrorDialog("Unable to establish connection with debugger:\n" + e.getMessage(), getConnectionTitle()));
|
||||
}
|
||||
LOG.error(e);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user