Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

paxtonhare/marklogic-debugger

Repository files navigation

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.