Home:ALL Converter>How to set a breakpoint

How to set a breakpoint

Ask Time:2013-11-20T01:32:57         Author:spender

Json Formatter

So I'm trying to set a breakpoint in a WP8 app, but once the app is running under the debugger (on both a physical device and in the emulator), my breakpoint turns white with the following rollover message:

The breakpoint will not currently be hit. No symbols have been loaded for this document.

I am running a standard debug build. In the project settings, I can see that both debugger types (UI Task and Agent Task) are both set to "Managed Only". Under Build->Advanced, I can see that "Debug Info" is set to "Full".

If I place the statement:

Debugger.Break()

then I break out correctly.

What do I have to do to set breakpoints from the IDE?

Author:spender,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/20078160/how-to-set-a-breakpoint
yy