-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug dart project can not trigger breakpoints #138
Comments
Everything is ok on Ubuntu , maybe |
yeah, have no idea, maybe @yyoncho knows if it could be related with Windows? |
After analyzing vscode and Dart-Code communication data, I found that after changing not work:
work:
I believe this is Dart-Code's bug, I will open a issue to Dart-Code |
I reopen this issue, because finally we have to solve this problem on the client side. |
@xhcoding If I understood correctly, we should always send the cwd disk label for windows as upper case? is that right? |
@ericdallo Yes, your are right. |
Thanks, feel free to give a try, the code is on |
run
dap-debug
command and selectDart :: Debug
,the program does not stop at the breakpointset
dap-print-io
tot
, server did not send the stopped event. Everything is normal with vscodedap-print-io
To Reproduce
dart create hello_world
bin/main.dart
with emacs , add breakpoint and rundap-debug
Expected behavior
It can be debugged normally
Screenshots
Version
Include here the result of: M-x
lsp-dart-version
The text was updated successfully, but these errors were encountered: