GP-2036: Confirm module map after launch

This commit is contained in:
Dan 2022-05-23 13:11:18 -04:00
parent 0f3d941115
commit f426a878d5
9 changed files with 392 additions and 144 deletions

View file

@ -437,7 +437,7 @@ public enum DebugModelConventions {
TargetExecutionStateful exe = (TargetExecutionStateful) process;
TargetExecutionState state = exe.getExecutionState();
if (state == null) {
Msg.error(null, "null state for " + exe);
Msg.trace(null, "null state for " + exe);
return false;
}
return state.isAlive();