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.

Manually setting breakpoints in WinDBG

I am trying to examine the assembly for an executable using WinDBG, but I am having a hard time getting …

windbg breakpoints ollydbg
global.asax breakpoint not hit

I have some code in my ASP.NET app in C# that's in the Global.asax.cs code file. In …

asp.net global-asax breakpoints
How can I see all breakpoints in Visual Studio 2013?

I can toggle breakpoints for any line, but I could not see the list of all breakpoints (Breakpoints window). When …

breakpoints visual-studio-2013
Why is Chrome pausing on some line inside jQuery?

Every time I refresh my web app with the Chrome Inspector open it pauses and takes me to the sources …

javascript jquery google-chrome breakpoints google-chrome-devtools
Eclipse Conditional Breakpoints Broken?

I am trying to set up a conditional breakpoint in decompiled code, but Eclipse keeps giving me the error: Conditional …

java eclipse debugging breakpoints decompiler
How do I clear all Firebug JS breakpoints?

I seem to have a strange Firefox/Firebug issue where Firebug is suspending JS due to invisible/corrupt breakpoints. (Firefox 3.6.17, …

javascript firebug breakpoints
pdb cannot break in another thread?

Consider this multi-threaded program: import threading class SomeThread(threading.Thread): def run(self): a = 1 print a def main(): print 'hola' …

python multithreading breakpoints pdb
what's the keyboard shortcut to toggle breakpoint in pydev using eclipse

I think I'm missing the elephant in the room but for the life of me I can't find the keyboard …

eclipse keyboard-shortcuts breakpoints pydev
Programmatically control breakpoints in Javascript?

Is it possible, in any browser, using any plugin, to enable or disable breakpoints in your code programmatically? I already …

javascript debugging breakpoints
Bootstrap 4 - Change breakpoint navbar?

This question was already asked here but this don't work because of the Javascript. So in the provided answer only …

twitter-bootstrap menu breakpoints nav bootstrap-4