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.

Is it possible to change the value of a variable during execution time?

I want to know if there is any way I can change the value of a variable during execution time, …

c# .net visual-studio debugging breakpoints
Can I set a breakpoint when variable is getting a specific value in .NET?

I am using Visual Studio 2010, and I know this feature is available in C++. I need to debug some code, …

.net visual-studio debugging breakpoints conditional-breakpoint
why can't I set up a breakpoint in eclipse?

For some odd reason, I can't use breakpoints in my eclipse project. All breakpoints that I set have a diagonal …

eclipse breakpoints
How to set a breakpoint in Eclipse in a third party library?

I'm getting a NullPointerException in a Class from a 3rd party library. Now I'd like to debug the whole thing …

java eclipse debugging breakpoints
How to remove breakpoint from eclipse?

I am facing strange problem with eclipse [Ganymede]. Once I added some breakpoints in my code and now even after …

eclipse breakpoints
Getting GDB to save a list of breakpoints

OK, info break lists the breakpoints, but not in a format that would work well with reusing them using the …

c++ c debugging gdb breakpoints
Android Studio IDE: Break on Exception

It seems my Android Studio does not want to break on any exception by default. Enabling break on "Any Exception" …

debugging exception android-studio breakpoints
When debugging ASP.NET MVC app, breakpoints are not hit

When trying to debug a ASP.NET MVC app, the breakpoints in my controllers arent getting hit. When entering debug …

visual-studio debugging breakpoints
What is the difference between hardware and software breakpoints?

What is the difference between hardware and software breakpoints? Are hardware breakpoints are said to be faster than software breakpoints, …

debugging gdb breakpoints
Breakpoints are crossed out, how can I make them valid?

i got a tricky one: I can't set valid breakpoints. Not in Tests, neither in my Java Classes. I searched …

java eclipse breakpoints sts-springsourcetoolsuite