Consulting

Results 1 to 2 of 2

Thread: Solved: Phantom Breakpoint

  1. #1
    Moderator VBAX Master geekgirlau's Avatar
    Joined
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,464
    Location

    Solved: Phantom Breakpoint

    Just found a solution to a small but irritating issue, so I thought I'd share ...

    If you set a breakpoint in your code and then later remove the breakpoint, often the code execution still gets stopped at that point as if the breakpoint still exists.

    The way to clear it is to press [Ctrl-Shift-F9], which clears all breakpoints. Of course I thought I'd done that by removing the breakpoint earlier, but obviously I was just being optimistic!

  2. #2
    VBAX Newbie
    Joined
    May 2012
    Posts
    5
    Location
    Any follow-up to this? I've read other places that CTRL-Shift-F9 didn't work for some. Related to this, might CTRL-Break insert one?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •