Top "Breakpoints" questions

A breakpoint is a mechanism offered by a development environment that allows to interrupt and suspend the execution of a program for debugging purpose, in view of resuming the execution.

What different breakpoint icons mean in Eclipse?

When working with breakpoints in Eclipse I sometimes notice that they have different icons / annotations (markers on left sidebar). Sometimes …

java eclipse debugging breakpoints
Breakpoint at "throw new SilentExitException()" in Eclipse + Spring Boot

Every time I run my Spring Boot project on debug mode in Eclipse IDE (Spring Tool Suite), the thread stops …

java eclipse spring-boot breakpoints
Why does my Eclipse project have phantom debugger breakpoints?

I've got a small project which, when run in the Eclipse debugger, always seems to stop in FileInputStream.class line 106, …

eclipse debugging breakpoints
Why does Eclipse CDT ignore breakpoints?

My problem is that I set some breakpoints in my code and some of them aren't working. In some places …

debugging eclipse-cdt breakpoints
What is the shortcut to skip all break-points in VS?

When I am at a breakpoint and if I want to ignore all the rest of breakpoints and move on, …

visual-studio breakpoints shortcut ignore
Break on a change of variable value

Similar to other questions here, like this one. Is there a way to break on the change of a variable …

javascript debugging watch breakpoints
Visual Studio refuses to forget breakpoints?

Visual Studio remembers breakpoints from previous debugging sessions, which is awesome. However, when I'm debugging, and I clear one of …

visual-studio debugging breakpoints
How can I set a breakpoint in referenced code in Visual Studio?

My main solution is using code from a utility class library, that I wrote myself, but is a part from …

.net visual-studio debugging breakpoints
How do you add breakpoints to a Python program in IDLE?

I solved this already, I'm just posting it here because I couldn't figure it out with google, or by reading …

python windows breakpoints python-idle
Shortcut key to next breakpoint in Visual Studio

I'm using Visual Studio and would like to use the keyboard to go to the previous/next breakpoint. I had …

visual-studio keyboard-shortcuts breakpoints