Console Remote Development Console

Channel:
Message
No messages

Note

To use this feature you need a version of eXist build after April 10th, 2014. Older versions may work in part.

You have to restart eXist once after installing this app to enable the servlet on the web server. Afterwards use the console:log functions in your XQuery to send messages to the remote console. For example:

import module namespace console="http://exist-db.org/xquery/console";
console:log("Hello world!")