MarkLogic 8 and server-side JavaScript - Debugging support

情到浓时终转凉″ 提交于 2019-12-10 04:10:29

问题


Is there any plan to provide runtime debugging support for server-side JavaScript? Most of the XQuery API has been ported to JavaScript, but the "dbg" module, which gives you an entry point into query execution, has not. As MarkLogic 8 embeds the Google JavaScript engine, does this provide debugging hooks, which will allow third-party developers to write interactive debuggers?


回答1:


Debugging, along with profiling and better logging, are on our roadmap. We’re looking at leveraging the debugger in the Chrome Developer Tools. Are there other IDEs or environments you’re using that we should be looking at as well? Feedback is much appreciated.

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



来源:https://stackoverflow.com/questions/29965736/marklogic-8-and-server-side-javascript-debugging-support

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!