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

后端 未结 1 1841
别那么骄傲
别那么骄傲 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)
提交回复
热议问题