The message occurs because it can't find your breakpoint, which might mean the code line where the breakpoint was set has changed, so the debugger can't find it now. You may need to reset the breakpoint or refresh the debugging session or restart the IDE