How to send STDOUT and STDERR output to external debugger console instead of SketchUp's internal Ruby Console ?
puts() seems not to work.
On Windows I tried OutputDebugString and it sends to MS DebugView, but I see nothing in VSCODE's console.
Is there a "mixed" or "managed" mode setting somewhere for VSCODE ?
How to send STDOUT and STDERR output to external debugger console instead of SketchUp's internal Ruby Console ?
puts()seems not to work.On Windows I tried
OutputDebugStringand it sends to MS DebugView, but I see nothing in VSCODE's console.Is there a "mixed" or "managed" mode setting somewhere for VSCODE ?