overstory / marklogic-intellij-plugin

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

Enable run/debugging with the XQJ driver as well as with XCC #30

Open ronhitchens opened 7 years ago

ronhitchens commented 7 years ago

The MarkLogic Debugger currently only work with the XCC-based Data Source, which is named "MarkLogic (native)". The debugger should also be workable with the XQJ driver (named just "MarkLogic"). This will require a bit of refactoring, but should not be too difficult.

ronhitchens commented 6 years ago

The data source name has been renamed from "MarkLogic (native)" to "MarkLogic (XCC)".