在 Sharp Develop 3.1 上开发单声道应用程序

发布于 2024-08-19 06:39:37 字数 132 浏览 1 评论 0原文

我正在测试 Sharp Develop 3.1,以了解我是否可以在 Windows 上使用 Sharp Develop 来构建单声道应用程序。构建过程有效,当我调试时,执行并没有在断点处停止。

任何人都可以告诉为什么会发生这种情况吗?

Im testing the Sharp Develop 3.1 to find out that can i use sharp develop on windows for building mono application. building process works find, while i'm debugging ,execution is not stopping at break points.

Can any one tell why is this happening?

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

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

发布评论

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

评论(1

行雁书 2024-08-26 06:39:37

SharpDevelop 不支持此功能。

如果您使用 mono 编译代码,则不会生成 SharpDevelop 调试器所需的 .pdb 文件。在 Mono 下运行代码将不起作用,因为 SharpDevelop 的调试器依赖于基于 COM 的 Microsoft 调试框架。

我会看一下 MonoDevelop 2.2,我相信它有一个可以在 Windows 下工作的集成调试器。

另一种选择可能是 Mono Tools for Visual Studio,它允许您远程调试单核细胞增多症。

This is not supported in SharpDevelop.

If you compile your code with mono then .pdb files are not generated which are required by SharpDevelop's debugger. Running your code under mono will not work since SharpDevelop's debugger relies on the Microsoft debugging framework which is COM based.

I would take a look at MonoDevelop 2.2 which I believe has an integrated debugger that works under Windows.

Another alternative may be Mono Tools for Visual Studio which allows you to remotely debug on Mono.

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