在 OSX 上的 MonoDevelop 2.2 Beta 1 中命中断点

发布于 2024-08-08 11:25:32 字数 160 浏览 2 评论 0原文

刚刚在 OSX Snow Leopard 上安装了 MonoDevelop 2.2 Beta 1,一切都很好。

我创建了一个新的 ASP.NET Web 项目并运行它。到目前为止,一切都很好。但后来我在后面的代码中放置了一个断点,但它没有命中......有什么想法吗?

干杯

Just installed MonoDevelop 2.2 Beta 1 on OSX Snow Leopard, and all is good.

I created a new ASP.NET web project, and ran it. So far so good. But then I put a breakpoint in the code behind, and it didn't hit it...any ideas why?

cheers

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

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

发布评论

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

评论(4

牵强ㄟ 2024-08-15 11:25:32

Mac 上没有调试器。在他们真正拥有一个之前,它不会起作用。
此功能适用于 Windows 和 Linux。 :)

There is no debugger for Mac. It won't work until they actually have one.
This feature works on Windows and Linux. :)

囍笑 2024-08-15 11:25:32

Mono 调试器 MDB 尚未在 Mac OS 上运行,因此 MD 无法使用它来调试 Mono 应用程序。请注意,如果 MD 中没有可用的调试器适配器,则没有“调试”命令,只有“运行”命令。

AFAIK,MDB MacOS 支持应该在 Mono 2.6 中,尽管我预计它会有些实验性。当它发布时,我们将能够在 MonoDevelop 中包含 MDB 适配器插件。

The mono debugger, MDB, does not run on Mac OS yet, so MD is unable to use it to debug Mono apps. Note that where there are no debugger adaptors available in MD there is no "Debug" command, only "Run".

AFAIK, MDB MacOS support should be in Mono 2.6, though I expect it'll be somewhat experimental. When this is shipping, we'll be able to include the MDB adaptor addin in MonoDevelop.

花开雨落又逢春i 2024-08-15 11:25:32

@mhutch
不确定你说的是否完全正确:我已经在 OSX Leopard 下的 MacBook Pro 上安装了 MonoDevelop 2.2,并且我有一个明亮的“调试”按钮与“构建所有解决方案的所有项目”并排,无论如何它都没有。不工作。

@mhutch
Not sure what you're saying is totally correct: I've installed MonoDevelop 2.2 on my MacBook Pro under OSX Leopard and i have a bright "Debug" button side by side with "Build all projects of all solutions", anyway it doesn't work.

铜锣湾横着走 2024-08-15 11:25:32

尝试在 OSX 上使用 Mono Develop 是令人沮丧且最终无望的练习。除了缺乏调试器支持之外,IDE 还不稳定,在编辑器窗口中复制和粘贴文本之类的简单操作就很难确定是否会崩溃。

Trying to use Mono Develop on OSX is a frustrating and ultimately hopeless exercise. Apart from the lack of debugger support the IDE is unstable, and simple things like copying and pasting text in an editor window is a lottery as to whether it will crash or not.

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