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...
- Modified
- 30 Jun at 09:40
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 ...
- Modified
- 26 May at 22:56
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...
- Modified
- 16 Jul at 21:19
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 ...
- Modified
- 1 Nov at 19:8
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:...
- Modified
- 15 Feb at 23:1
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...
- Modified
- 23 May at 12:9
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 ...
- Modified
- 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: ``...
- Modified
- 6 Nov at 19:12
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 ...
- Modified
- 29 Oct at 23:10
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...
- Modified
- 17 Aug at 17:23