202203204205206207208209210211212
// Make sure to run the UI thread. display.syncExec(new Runnable() { public void run() { JythonLaunchShortcut launchShortcut = new JythonLaunchShortcut(); launchShortcut.launch(debugEditor, "debug"); } }); }