开发者

No debugger working with SilverLight 4 OOB (Out of Browser) app

开发者 https://www.devze.com 2023-02-07 19:10 出处:网络
When I try to use the VS 2010 (Ultimate) debugger on a SL4 OOB application I get this message: \"No Source Available\"

When I try to use the VS 2010 (Ultimate) debugger on a SL4 OOB application I get this message:

"No Source Available"

No symbols are loaded for any call stack frame. The source code cannot be displayed.

To investigate further, try one of these options开发者_如何学C:

Browse to find Source (greyed out)

Show Disassembly (if I click on that it comes up with a screen saying "No disassembly available."

Call stack location: (followed by empty space)

What am I missing in order to get VS 2010 to be able to debug a SL4 4 OOB app?


It turns out that it had finished executing and had "nothing to show." This was rather frustrating for someone "new to Visual Studio / Silverlight". Once I put a breakpoint at the startup routine I could step through and do normal debugging of the app.

0

精彩评论

暂无评论...
验证码 换一张
取 消