Viewing variables when debugging (vscode with ColdFusion Builder extension) without HTML output
Hello.
It seems that to be able to view variables when debugging, I have to turn on Enable Request Debugging Output, which causes a whole bunch of information to be appended to the returned HTML.
If a whole bunch of HTML is returned in each response, the application I'm debugging doesn't really work, as it expects a certain kind of output (basic strings or xml) and the extra HTML messes that up.
How can I view variables while debugging, but not get all of that extra HTML that breaks the application?
