godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.48k stars 148 forks source link

Can't see scene tree (remote) from the godot when start debugger #567

Closed marko995 closed 4 months ago

marko995 commented 6 months ago

Godot version

4.2.1

VS Code version

1.85.1

Godot Tools VS Code extension version

master

System information

Fedora 38

Issue description

Hi, I am not sure if is it bug or something else, but when I start debugger from vscode, I can't see remote tab in the scene tree, like when I start debugger from the godot itself. Is it possible to fix that?

Screenshot from 2024-01-11 00-47-25

Steps to reproduce

Hit f5 from vscode.

DaelonSuzuka commented 6 months ago

Sounds like a duplicate of #565.

DaelonSuzuka commented 4 months ago

Hi, I am not sure if is it bug or something else, but when I start debugger from vscode, I can't see remote tab in the scene tree, like when I start debugger from the godot itself. Is it possible to fix that?

Unfortunately, I haven't found a way to start a game instance in debug mode and have both debuggers connected to it.

You'll have to pick between debugging your game with the Godot Editor or with VSCode.