godot-csharp-vscode icon indicating copy to clipboard operation
godot-csharp-vscode copied to clipboard

Debug Console

Open sttifer opened this issue 4 years ago • 2 comments

When i print something in Debug Console does't show nothing. Would it be possible to implement this?

image

sttifer avatar Nov 15 '21 18:11 sttifer

Sounds like a duplicate of #11

The PlayInEditor configuration currently does not show the output, but Launch should work.

raulsntos avatar Nov 15 '21 19:11 raulsntos

@raulsntos

The PlayInEditor configuration currently does not show the output, but Launch should work.

Sorry for not exactly relevant remark but "Launch" option doesn't seem to work. After pressing "Launch" in VS Code terminal says

 *  Executing task: C:/ProgramsNoInstallRequired/Godot_v3.5-stable_mono_win32/Go --build-solutions --path D:\MyProjects\Godot Projects\Trains --no-window -q 


 *  The terminal process failed to launch: Path to shell executable "C:\ProgramsNoInstallRequired\Godot_v3.5-stable_mono_win32\Godo" does not exist. _win32.exe

"Play in Editor" works fine though.

UPD: solution is removing the \r at the end of the path to godot.exe under "command": in tasks.json

fhgaha avatar Aug 21 '22 23:08 fhgaha