private final ResumeDebuggingAction resumeAction;
private final StopDebuggingAction stopAction;
public MissingTargetNodePathMessage(DebugService service) {
resumeAction = new ResumeDebuggingAction(service);
stopAction = new StopDebuggingAction(service);
}