没有调试器可与 SilverLight 4 OOB(浏览器外)应用程序配合使用

发布于 2024-10-15 07:51:14 字数 299 浏览 3 评论 0原文

当我尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日情怀 2024-10-22 07:51:14

事实证明,它已经执行完毕并且“没有什么可显示的”。对于“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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文