godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.55k stars 163 forks source link

There are cases where the vscode breakpoint cannot be deleted. #581

Open devprog-dev opened 8 months ago

devprog-dev commented 8 months ago

Godot version

4.2

VS Code version

1.85.2

Godot Tools VS Code extension version

1.3.1

System information

macos and windows

Issue description

Frequently, breakpoints may not be deleted from the vscode. And sometimes code changes are not reflected. I think there is a problem with the order when the editor and the vscode are opened. If you close and open one of the editors and vscode again, it will work.

I think you should let them know the order of opening the editor and the vscode, and you should make sure that the change in the vscode is well reflected.

Steps to reproduce

No Sample Code, breakpoint not working well.

DaelonSuzuka commented 8 months ago

Any other questions?

devprog-dev commented 8 months ago

nice.

TimCoraxAudio commented 7 months ago
  • Debugging for Godot 4 is almost entirely broken in extension version 1.3.1

    • this is a known issue since forever

    • the debugging system has been completely rewritten for extension version 2.0.0

    • I'm working on getting the new version published right now

Any other questions?

Let us know if there is any help that you need to get this done