没有调试器可与 SilverLight 4 OOB(浏览器外)应用程序配合使用
当我尝试在 SL4 OOB 应用程序上使用 VS 2010(Ultimate)调试器时,我收到以下消息:
“没有可用的来源”
不会为任何调用堆栈帧加载任何符号。无法显示源代码。要进一步调查,请尝试以下选项之一:
浏览查找源(灰显)
显示反汇编(如果我点击它,它会出现一个屏幕,显示“没有可用的反汇编。”
调用堆栈位置:(后跟空格)
为了让 VS 2010 能够调试 SL4 4 OOB 应用程序,我缺少什么?
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:
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,它已经执行完毕并且“没有什么可显示的”。对于“Visual Studio / Silverlight 新手”来说,这相当令人沮丧。一旦我在启动例程中设置断点,我就可以单步调试应用程序并进行正常调试。
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.