We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8711c4 + c332543 commit 2d092eaCopy full SHA for 2d092ea
1 file changed
dev/com.ibm.microclimate.core/src/com/ibm/microclimate/core/internal/connection/MicroclimateSocket.java
@@ -371,6 +371,9 @@ private void onProjectRestart(JSONObject event) throws JSONException {
371
StartMode startMode = StartMode.get(event);
372
app.setStartMode(startMode);
373
374
+ // Update the application
375
+ MCUtil.updateApplication(app);
376
+
377
// Make sure no old debugger is running
378
app.clearDebugger();
379
0 commit comments