We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc6c3b commit 1040cedCopy full SHA for 1040ced
plugins/fr.obeo.dsl.arduino.simulator.design/src/fr/obeo/dsl/arduino/simulator/design/DebugHandler.java
@@ -50,8 +50,8 @@ public Object execute(ExecutionEvent event) throws ExecutionException {
50
51
if (file != null) {
52
// try to save dirty editors
53
- PlatformUI.getWorkbench().getActiveWorkbenchWindow()
54
- .getActivePage().saveAllEditors(true);
+ // PlatformUI.getWorkbench().getActiveWorkbenchWindow()
+ // .getActivePage().saveAllEditors(true);
55
56
try {
57
ILaunchConfiguration[] configurations = getLaunchConfigurations(file);
0 commit comments