tagged [breakpoints]

Partial class debugging

Partial class debugging I have created a partial class for my xsd auto generated class. The problem is in debugging this partial class. Breakpoint are not recognized or the compiler doesn't break at t...

Visual Studio Breakpoint Warning

Visual Studio Breakpoint Warning When debugging my code, I often throw breakpoints in to check the values of local variables to make sure everything is on the right track. Lately, when I make changes ...

Bootstrap 3 breakpoints and media queries

Bootstrap 3 breakpoints and media queries On the [Bootstrap 3 media queries documentation](https://getbootstrap.com/docs/3.4/css/#grid-media-queries) it says: > We use the following media queries in o...

How do I remedy "The breakpoint will not currently be hit. No symbols have been loaded for this document." warning?

How do I remedy "The breakpoint will not currently be hit. No symbols have been loaded for this document." warning? A C# desktop application (on the Visual Studio Express edition) worked, but then it ...

Visual Studio is missing/moving my breakpoints

Visual Studio is missing/moving my breakpoints The problem is that when I place a breakpoint and debug/run, the breakpoint moves by itself. Before/whilst coding: ![enter image description here](https:...

Disable/remove child Breakpoints?

Disable/remove child Breakpoints? I'm debugging an ASP.NET Website with C# in Visual Studio. When I set a breakpoint (during debug), over time, the created breakpoint will accumulate many child breakp...

Breakpoint will not break in Silverlight

Breakpoint will not break in Silverlight I am unable to hit a breakpoint on the server side of a Silverlight web application. I know the code executes as I can break on the asynchronous callback with ...

18 Jul at 16:22

A curious case of Visual Studio 2010 debugger(it can not hit a break point)

A curious case of Visual Studio 2010 debugger(it can not hit a break point) A curious case of Visual Studio 2010 debugger(it can not hit a break point) This is the code that reproduces the problem: ``...

Why does the debugger's breakpoint condition allow an assignment-statement as bool-condition?

Why does the debugger's breakpoint condition allow an assignment-statement as bool-condition? This is very dangerous so I wonder why it's allowed. Since I often need to switch between VB.NET and C# I ...

Can .NET source code hard-code a debugging breakpoint?

Can .NET source code hard-code a debugging breakpoint? I'm looking for a way in .NET (2.0, C# in particular) for source code to trigger a debugging break as if a breakpoint was set at that point, with...

17 Aug at 17:23