All Projects → paxtonhare → marklogic-debugger

paxtonhare / marklogic-debugger

Licence: other
a stand-alone debugger for MarkLogic xQuery

Programming Languages

typescript
32286 projects
java
68154 projects - #9 most used programming language
HTML
75241 projects
XQuery
69 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to marklogic-debugger

dbgee
The zero-configuration debuggee for debuggers. Handy utility that allows you to launch CLI debuggers and VSCode debuggers from the debuggee side.
Stars: ✭ 67 (+252.63%)
Mutual labels:  debugger
PBD
🖨️🐞 Printf Based Debugger, a user-friendly C debugger
Stars: ✭ 52 (+173.68%)
Mutual labels:  debugger
asdbg
A remote debugger for AngelScript.
Stars: ✭ 32 (+68.42%)
Mutual labels:  debugger
dap42-hardware
STM32F042Fx based DAP interface hardware
Stars: ✭ 17 (-10.53%)
Mutual labels:  debugger
gdb-dashboard
Modular visual interface for GDB in Python
Stars: ✭ 8,699 (+45684.21%)
Mutual labels:  debugger
haskell-code-spot
Visual tool to spot odd runtime behaviour of Haskell programs.
Stars: ✭ 106 (+457.89%)
Mutual labels:  debugger
defold-vscode-guide
How to turn VSCode into Defold IDE?
Stars: ✭ 62 (+226.32%)
Mutual labels:  debugger
wskdebug
Debugging and live development tool for Apache OpenWhisk - MOVED >>
Stars: ✭ 17 (-10.53%)
Mutual labels:  debugger
OpenOCD
STMicroelectronics customized version of OpenOCD supporting STM32 MCUs and MPUs
Stars: ✭ 34 (+78.95%)
Mutual labels:  debugger
waltz
A general purpose web application that provides the interface between SCADA(s) system and the scientific users who define and calibrate their experiments
Stars: ✭ 17 (-10.53%)
Mutual labels:  war
golang-debugger-book
From a debugger's view, Let's explore the computer world! How does compiler, linker and debugger coordinate with each other around the program written in specific programming language? How does a debugger work? If we develop a debugger for go programming language, we must master go type system, runtime... and some Operating System internals. OK,…
Stars: ✭ 49 (+157.89%)
Mutual labels:  debugger
vim-dap
Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol
Stars: ✭ 43 (+126.32%)
Mutual labels:  debugger
lldbg
A lightweight native GUI for LLDB.
Stars: ✭ 83 (+336.84%)
Mutual labels:  debugger
goide
Docker run to a sane vim-go setup
Stars: ✭ 19 (+0%)
Mutual labels:  debugger
debugger
Debugging helper for Go
Stars: ✭ 54 (+184.21%)
Mutual labels:  debugger
ArmaDebugEngine
A still experimental Script Debugger for Arma 3
Stars: ✭ 38 (+100%)
Mutual labels:  debugger
ssh2actions
Connect to GitHub Actions VM via SSH for interactive debugging
Stars: ✭ 62 (+226.32%)
Mutual labels:  debugger
xqdoc
An Antlr4 implementation of xqDoc for XQuery
Stars: ✭ 14 (-26.32%)
Mutual labels:  marklogic
ircpdb
Remotely and collaboratively debug your Python application via an IRC channel.
Stars: ✭ 59 (+210.53%)
Mutual labels:  debugger
SmartDump
SmartDump - an exception and memory dump capture utility
Stars: ✭ 17 (-10.53%)
Mutual labels:  debugger

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].