overstory / marklogic-intellij-plugin

Plugin to support XQuery + MarkLogic debugging in Intellij Idea
Apache License 2.0
12 stars 2 forks source link

Set and Activate Breakpoints in source code #10

Closed chrisrhayes closed 6 years ago

chrisrhayes commented 7 years ago

Use the IntelliJ Debugger hooks into the IDE editor to set and activate breakpoints in the source

ronhitchens commented 7 years ago

Considering this complete. Much of the work for this was already in place in Grzegorz's code. I've added additional code for MarkLogic debugging and all the entry points are being called as expected. Most of the remaining work will be Issue #9, the interaction with the MarkLogic debugger APIs.

This code is currently on a branch and will be merged when more code is in place.