The primary problem was console.debug statements causing problems with the communications protocol between VSCode and the Debug Adapter. I'm assuming they have served a purpose, so I'm simply commenting them out for now.
Added a new XQY Debug test to verify the capability.
Also, refactored some of the JavaScript Debug Adapter to make the differences clear.
The primary problem was console.debug statements causing problems with the communications protocol between VSCode and the Debug Adapter. I'm assuming they have served a purpose, so I'm simply commenting them out for now.
Added a new XQY Debug test to verify the capability.
Also, refactored some of the JavaScript Debug Adapter to make the differences clear.
Many minor & patch version updates.