We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8711c4 commit c332543Copy full SHA for c332543
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