2

Is there supported IDE for Marklogic 9 Server-Side JavaScript for development, debugging etc.,? According to this MarkLogic 8 and server-side JavaScript - Debugging support post, a support for Chrome Dev Tools was on the roadmap but is it available now?

haritrichy
  • 107
  • 9

2 Answers2

2

I would suggest Sublime

and the MarkLogic pluging

Hugo Koopmans
  • 1,349
  • 1
  • 15
  • 27
  • Thanks Hugo. Looking at the link you sent, it seems ML has support for Visual Studio Code and do you have any feedback about it? I'm interested in VS code as it has good integration with VSTS, which is my enterprise tool used in my organization. – haritrichy Dec 19 '17 at 02:24
  • We’d likely implement this using a standard debugging protocol such that it could be plugged into any IDE that supported that protocol. – Justin Makeig Dec 20 '17 at 23:33
0

There is no debugging API for JavaScript today. This is something we’re looking closely at for a future release. (I’m a Product Manager at MarkLogic.)

Justin Makeig
  • 2,097
  • 15
  • 29