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.

unable to place breakpoints in eclipse

I am using eclipse europa (3.5) on windows vista home premium 64-bit using JDK 1.6.0_18 (32 BIT). Normally, I am able to put …

java eclipse debugging breakpoints jdk1.6
unable to set breakpoint in intellij

I am trying to set breakpoints, nothing happens for couple of classes that I compiled recently with "mvn install". I …

intellij-idea breakpoints
IntelliJ Idea (debugging) conditional breakpoint dependent on other breakpoints

I want to set a debug breakpoint in IntelliJ Idea that is only active, if another previous breakpoint was activated. …

debugging intellij-idea breakpoints conditional-breakpoint
Visual Studio - can be a breakpoint called from code?

I have a unit test project based on UnitTest++. I usually put a breakpoint to the last line of the …

c++ visual-studio debugging visual-c++ breakpoints
data breakpoints in java/eclipse

when developing C++ with VS you have this amazing feature of data breakpoints, which trigger when the data at a …

java eclipse breakpoints
Unable to load one or more breakpoints error in Visual Studio 2013

My Visual Studio is behaving strangely. I have no breakpoints in my projects but whenever I start Visual Studio, an …

visual-studio debugging breakpoints
Why are my breakpoints not hit in CLion?

I'm trying to debug an executable which has been created with CMake configuration SET(CMAKE_BUILD_TYPE Debug) However, CLion …

debugging breakpoints clion
Android studio gradle breakpoint No executable code found at line

I am developing an android application using Android Studio 2.1.3 and gradle. The problem is that the breakpoint in a simple …

android debugging android-studio android-gradle-plugin breakpoints
How does a breakpoint in debugger work?

Breakpoints are one of the coolest feature supported by most popular Debuggers like GDB. But how a breakpoint works ? What …

debugging compiler-construction gdb breakpoints
SIGTRAP despite no set breakpoints; hidden hardware breakpoint?

I am debugging this piece of software for an STM32 embedded system. In one of the functions my programs keeps …

c gdb embedded breakpoints stm32