Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove "Debug Current Instruction Pointer"

Tags:

eclipse

I tried to use the debugger in Eclipse, but when I hit my breakpoints, the Eclipse "Debug Current Instruction Pointer" is often pointing at the wrong source line.I really want to remove "Debug Current Instruction Pointer". "Project -> Clean..." doesn't seem to help, nor does restarting Eclipse, nor does rebooting.

like image 966
Sam Avatar asked Sep 04 '13 06:09

Sam


1 Answers

sometimes breakpoints remain in eclipse list even after we remove them by clicking over them, to remove

  1. Show Breakpoints view by navigating menu

Window>>Show View>>Other>> Select Debug>>Breakpoints

  1. In Breakpoints view, uncheck unnecessary breakpoints
like image 146
mahesh kurmi Avatar answered Sep 20 '22 11:09

mahesh kurmi