mirror of
https://github.com/processing/processing4.git
synced 2026-02-27 09:14:36 +01:00
auto switch to console on Run
This commit is contained in:
@@ -160,6 +160,7 @@ public class DebugToolbar extends JavaToolbar {
|
||||
break;
|
||||
case DEBUG:
|
||||
deditor.handleStop(); // Close any running sketches
|
||||
deditor.showProblemListView(XQConsoleToggle.CONSOLE);
|
||||
if (shift) {
|
||||
Logger.getLogger(DebugToolbar.class.getName()).log(Level.INFO, "Invoked 'Run' toolbar button");
|
||||
deditor.handleRun();
|
||||
|
||||
Reference in New Issue
Block a user