Eric Dallo
Eric Dallo
Hey @ps-143, I just tested with my [flutter_sample](https://github.com/ericdallo/flutter_sample) and it worked properly 😕.  It connects to chrome correctly. Doom-emacs [LSP Dart] 1.18.1 at 2021.04.30 @ Emacs 28.0.50 [Dart SDK]...
Could you try adding this config to your emacs and testing again? ```elisp (setenv "CHROME_EXECUTABLE" "/path/to/your/chrome") ```
Hum, could you try to `rm ~/.emacs.d/.extension/vscode`, update both lsp-dart and dap-mode to latest, run `dap-dart-setup` again and try again?
I see, could you try on my flutter_sample from above?
Really odd, dap-debug just trigger the launch using the `debug.js` inside the extension, which will run `flutter run --machine` under the hood, not sure what options left for us here...
Maybe some `dap-mode` issue @yyoncho ? Is there anything relevant on dap-output or dap-stderr buffers? It's odd that works on my side...
Nothing useful there, I don't think we have any other log besides that buffer unfortunatelly
@ps-143 could you try the same steps from https://github.com/emacs-lsp/lsp-dart/issues/102 ?
@siraben did you run `dap-dart-setup` before?
Ok, maybe some flutter/dart update broke that, could you M-x `toggle-debug-on-error` and reproduce the issue again, then paste the stacktrace here?