Skip to content

Commit

Permalink
Removes the setting of SkipAllBreakpoints on non Debug Launches
Browse files Browse the repository at this point in the history
  • Loading branch information
idhugoid committed Jun 30, 2020
1 parent c57d5af commit 91453bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ else if (mode.equals(ILaunchManager.RUN_MODE))
abort("Could not create DBGP Service", null);
}

DebugPlugin.getDefault().getBreakpointManager().setEnabled(false);

target = new VdmDebugTarget(IDebugConstants.ID_VDM_DEBUG_MODEL, service, debugSessionId.toString(), launch, null);
target.setVdmProject(vdmProject);
launch.addDebugTarget(target);
Expand Down

0 comments on commit 91453bd

Please sign in to comment.