将调试器添加到 ace-editor 的可能性
possibility of adding a debugger to ace-editor
有一种方法可以将调试器添加到 ace 编辑器,我的意思是将断点添加到装订线、突出显示行、转到下一步等。
提前致谢
这是可能的,但不是很简单。
Cloud9 这样做,他们使用的插件代码位于:https://github.com/c9/c9.ide.run.debug
The c9.ide.run.debug package offers a set of plugins that provide a generic, configurable and extendable user interface for step-through debuggers.
他们在以下位置谈论更多:https://cloud9-sdk.readme.io/docs/debugger-plugin
有一种方法可以将调试器添加到 ace 编辑器,我的意思是将断点添加到装订线、突出显示行、转到下一步等。
提前致谢
这是可能的,但不是很简单。
Cloud9 这样做,他们使用的插件代码位于:https://github.com/c9/c9.ide.run.debug
The c9.ide.run.debug package offers a set of plugins that provide a generic, configurable and extendable user interface for step-through debuggers.
他们在以下位置谈论更多:https://cloud9-sdk.readme.io/docs/debugger-plugin