我可以在 Groovy 代码中插入调试器语句吗?
Ruby 和 Python 都能够从代码中调用调试器(使用 ruby-debug gem 或 pdb 模块)。 我想知道 Groovy 是否可以使用类似的功能。
我对使用 IDE 进行调试不感兴趣。
Both Ruby and Python have the ability of calling the debugger from code ( using the ruby-debug gem or the pdb module ). I'd like to know if something like that's available for Groovy.
I'm not interested in debugging with the IDE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK Groovy 不支持这一点。 如果您想调试,您的选项是:
AFAIK Groovy does not support this. If you want to debug your options are: