-
Notifications
You must be signed in to change notification settings - Fork 87
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
[Question]: Enabled/disabled debugging mode #414
Comments
No, there is currently no option to change the |
Yes it could be a nice solution ! So we could have same as vscode, "start debugging" "run without debugging". And will start dap if debugging. |
I reopened this case to ensure it is not forgotten :) |
By the way, is there any particular reason you're switching between debug and non-debug modes, @Kiruel ? I recently fixed some commands that weren't working in debug mode (e.g., "Inspect widget"). Is there anything else that needs fixing? |
Yes during dev, on a big codebase I switch between this two. It's common also to get some information without print everywhere. |
I will mention also if you add the debugger via flutterdebug it should be possible to hotreaload right ? |
Yes, hot reload/hot restart works in debug mode. I use debug mode as my default mode, it works without problems. |
Hello @sidlatau
Now if I want to use Devtools, I have to run app via cli or other IDE. Would love to have that enabled in debug mode. Until that is available switching between debug and non-debug modes would be nice. |
@sidlatau Yes, it works! Thank you so much, this is amazing |
Do I need to wait a new release to test it @sidlatau or I can switch to use main ? |
Please use the |
Hello,
Quick question here: Is it possible to enable/disable the dap without changing this variable every time we need to use the debugger?
I cannot find any solution to run the project in debug mode without changing this every time and re-opening nvim.
Thanks!
The text was updated successfully, but these errors were encountered: