-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Running :lua require 'dap'.continue() with Launch Flutter will result in a crash with the following error:
Error retrieving stack traces: type 'double' is not subtype of type 'int' in type cast
(It works in VSCode)
Expected Behavior
The debugger runs correctly and stops at the breakpoint.
Steps To Reproduce
- Create a new project with
flutter create my_app - Toggle a breakpoint in the
mainfunction - Run
:lua require 'dap'.continue()and selectLaunch Flutter
Environment
- OS: macOS 14.0
- Flutter version: 3.16.0
- Is flutter in $PATH: yes
- neovim version: 0.9.2Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels