overstory / marklogic-intellij-plugin

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

b- Invoke modules by URI, with optional external variables #4

Closed chrisrhayes closed 6 years ago

ronhitchens commented 7 years ago

This depends on #25. Doing that first.

ronhitchens commented 7 years ago

This is pretty much done now. Modules can be invoked, and IntelliJ will follow through library modules. This requires specifying where in the project source tree MarkLogic is pointing for its appserver root. If the ML appserver root is not visible to IntelliJ, it's debugger will get lost when execution stops at a breakpoint. That may be eventually fixable, but not now.

Still a little tidy up to do before progressing this ticket.

ronhitchens commented 7 years ago

Calling this one complete. Should work now for any main module in the MarkLogic appserver root path.

ronhitchens commented 6 years ago

Addressed in version 0.9.0-beta