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

后端 未结 1 1828
别那么骄傲
别那么骄傲 2021-01-13 19:15

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

相关标签:
1条回答
  • 2021-01-13 20:03

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

    0 讨论(0)
提交回复
热议问题