godotengine / godot-vscode-plugin

Godot development tools for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are cases where the vscode breakpoint cannot be deleted.

devprog-dev opened this issue · comments

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.

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

nice.

  • 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