在 Visual Studio 中调试 Boo

发布于 2024-10-03 18:35:22 字数 232 浏览 3 评论 0原文

我最近刚刚玩过 Rhino DSL,并使用 Boo 创建了一个简单的 DSL。当我调试第一个代码时,我非常惊讶地发现,在调试时我实际上也在单步执行 boo 文件。太棒了!

这是使用 Visual Studio 2008 Pro 进行的。

现在我将代码切换到 VS 2010 Pro ...并且在我的 Boo 文件中不再进行调试:( 我需要什么才能使 VS 2010 像 VS 2008 一样单步执行我的 Boo 文件?

I just recently played with Rhino DSL and created a simple DSL using Boo. When I debugged my first code I was quite suprised to find out, that while debugging I was actually stepping through the boo file as well. That is awesome!

This was with Visual Studio 2008 Pro.

Now I switched my code to VS 2010 Pro ... and no more debugging in my Boo file :( What do I need to make VS 2010 step through my Boo file just like VS 2008 did?

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

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

发布评论

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

评论(1

场罚期间 2024-10-10 18:35:22

好的,我明白了 - 当我编辑 boo 文件并在调试时重新编译时,我可以单步执行 boo 文件。这在 VS2010 中的工作方式与 VS2008 中的工作方式相同。显然我总是在 VS2008 中修改我的 boo 文件;如果我不更改 boo 文件,我也无法在 VS2008 中单步执行该文件。

OK, I got it - when I edit the boo-file and it get's re-compile while debugging I can step through the boo file. This works in VS2010 just the same as in VS2008. Obviuously I always modified my boo-file in VS2008; if I don't change the boo-file I also can't step through the file in VS2008.

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