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

There are cases where the vscode breakpoint cannot be deleted.

Open devprog-dev opened this issue 1 year ago • 3 comments
trafficstars

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.

devprog-dev avatar Jan 26 '24 02:01 devprog-dev

  • 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?

DaelonSuzuka avatar Jan 26 '24 02:01 DaelonSuzuka

nice.

devprog-dev avatar Jan 26 '24 16:01 devprog-dev

  • 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

TimCoraxAudio avatar Feb 08 '24 01:02 TimCoraxAudio