How to implement an intelliJ IDEA plugin for remote javascript debugging with Rhino?

元气小坏坏 提交于 2019-12-01 05:16:20

问题


I need to debug scripts running on a remote server which uses an embedded rhino engine, using intelliJ IDEA. Is there any procedure that I could follow to write a plugin to support this? I need an idea as how this could be done. It will be really helpful if you can either give me some idea or point me to some resources.


回答1:


IDEA has xdebugger API to support debugging. You can use xslt debugger plugin sources as example.



来源:https://stackoverflow.com/questions/12509206/how-to-implement-an-intellij-idea-plugin-for-remote-javascript-debugging-with-rh

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!