启动应用程序时未指定 JIT 调试器

发布于 2024-10-03 13:39:50 字数 247 浏览 2 评论 0原文

嘿, 我有一个我编译的 vb.net 应用程序, 我把 EXe 和所有东西放在另一台只有 Visual Studio Express 的电脑上。

当我打开 .exe 时,我收到一条消息,提示未找到调试器, 未指定 Jit 调试器 我可以选择重试以查找调试器,也可以单击取消以忘记调试器。

如果我按取消,我的应用程序将正确启动,没有任何问题。

知道为什么会出现此消息吗?可能是代码中的错误吗?或者我可能编译错误

谢谢

Hey,
I have a vb.net application that I compiled and all,
I took the EXe and all and placed it on another pc that has only visual studio express on it.

When I open my .exe I get a message saying No debugger has been found,
no Jit Debugger has been specified
I can either select retry to find a debugger or click on cancel to forget about the debugger.

If I press cancel, my application launches correctly without any problem.

Any idea why this message appears? Can it be an error in the code? or could I be compiling wrong

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

家住魔仙堡 2024-10-10 13:39:50

嗯,不寻常。您的代码中是否有 Debugger.Launch() 语句?

Hmm, unusual. Is there a Debugger.Launch() statement in your code?

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