MarkLogic 8 and server-side JavaScript - debugging support

Is there any plan to provide debugging support during server-side JavaScript execution? Most of the XQuery API has been ported to JavaScript, but the dbg module, which gives you the entry point to the query, does not. Since MarkLogic 8 implements the Google JavaScript engine, does it provide debug hooks that will allow third-party developers to write interactive debuggers?

+6
source share
1 answer

Debugging, along with profiling and better logging, is on our roadmap. We looked at using the debugger in Chrome Developer Tools . Are there any other IDEs or the environments you use and we should also look at them? Feedback is greatly appreciated.

(As my profile indicates, I am a Product Manager at MarkLogic.)

+2
source

Source: https://habr.com/ru/post/986291/


All Articles