CQ-editor icon indicating copy to clipboard operation
CQ-editor copied to clipboard

Add a stdout window

Open roipoussiere opened this issue 3 years ago • 3 comments

The possibility to display the result of python's print() can be very useful when debugging. It could be interesting to have a dedicated window that displays stdout.

roipoussiere avatar Apr 16 '21 18:04 roipoussiere

You can use use log in your scripts to print messages to the logging window.

adam-urbanczyk avatar Apr 16 '21 18:04 adam-urbanczyk

Ok. So is it possible to redirect stdout to the logging window? Having stdout is helpful and used by many programmers...

roipoussiere avatar Apr 16 '21 19:04 roipoussiere

I fully agree with @roipoussiere. Stdout should go to the console-panel inside SQ-Editor and not to the parent-shell. This is non-standard behavior (at least compared to VS Code).

Paul8043 avatar Mar 31 '23 07:03 Paul8043