Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do remote Javascript debugging with Rhino in intellij IDEA? [duplicate]

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.

like image 795
Sameera Avatar asked Sep 20 '12 08:09

Sameera


1 Answers

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

like image 162
Nik Avatar answered Sep 25 '22 22:09

Nik