forcedotcom / code-builder-roadmap

This is used for the public-facing Code Builder roadmap
1 stars 0 forks source link

Add System Debug messages to the Output panel #14

Open smaddox-sf opened 11 months ago

smaddox-sf commented 11 months ago

Submitted by users here: https://github.com/forcedotcom/salesforcedx-vscode/issues/839. Excerpt:

I am in a situation where I am unable to start the debugger as it takes at least a minute to start up (every time), it would be really nice if I could put in a System.debug statement in my source and see the output of it when I run a test down with the test output so that if I am trying to figure out what is happening I don't need to open up dev console in the browser.

Show system.debug messages in the output panel. Also provide a way to filter logs to easily see the system.debug messages. We will evaluate whether this should be a PR contribution to the Apex Log Analyzer or integrated elsewhere. We'd love your input!