So you need help Debugging the debugger, eh?
Help me maximize this ticket's value.
The issue
Short description of the problem: when the files panel and/or code-mirror panel exceeds window height, it pushes debug panels off the screen and no scroll bars appear. you cant get to debug panels.
What behavior are you expecting? scrollbar should allow me to get to debug panels
Tech details
Which Operating System are you using? Windows 10 pro
Which version of MarkLogic are you using? 8
Which version of the MarkLogic Debugger are you using? 1.0.0-alpha.8
Which browser are you using? chrome/firefox
The devil is in the details...
If possible, rerun the command with -d for debugging output and attach the output:
for quickstart:
java -jar marklogic-debugger.war -d > myoutput.txt
for gradle:
gradle mlYourCommand -d > myoutput.txt