Fix a bug with "process continue -b" when no breakpoints are
passed. I was passing the empty list of breakponts to the VerifyBreakpointList routine, but that treats empty as "choose the default breakpoint" which we don't want here.
Loading
Please sign in to comment