paxtonhare / marklogic-debugger

a stand-alone debugger for MarkLogic xQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marklogic Debugger

A stand alone debugger for MarkLogic Server. Simply download the war and run it. Then point to your MarkLogic Server and start debugging. Nothing gets installed in MarkLogic.

Should work with all versions of MarkLogic. Tested with 7, 8, and 9.

Prerequisites

  • You need Java 8 to run the executable war file.

Using It

Download the war file from the releases page.

Run it with:

java -jar marklogic-debugger.war

Open your browser to http://localhost:9999

Changing the port

Want to use a port other than 9999? Run it like this:

java -jar marklogic-debugger.war --server.port=8090

Browser Compatibility

Use Chrome or FireFox or Safari. Not tested in IE.

Building From Source

Want to contribute? Perhaps you just want to poke the code?

Look at our CONTRIBUTING.md file for details on building from source.

About

a stand-alone debugger for MarkLogic xQuery

License:Other


Languages

Language:TypeScript 38.8%Language:Java 28.2%Language:HTML 12.2%Language:XQuery 11.7%Language:CSS 7.8%Language:JavaScript 1.3%