I have written a small plugin using DAP. The plugin is based on
I’ve modified getState in Configuration.kt using the example code from
to start a process using com.intellij.execution.configurations.CommandLineState
If I start the run configuration using the “Run” action a “Run” panel is opened in WebStorm and both standard output and standard error are shown.
If I start the run configuration using the “Debug” action, the process is started and debugging works fine, but neither standard output nor standard error are shown anywhere.
Is it possible to redirect these streams to WebStorms debugger console panel?
Any help is welcome. Thanks, Christian