在 Visual Studio 中调试 Boo
我最近刚刚玩过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我明白了 - 当我编辑 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.