-
Notifications
You must be signed in to change notification settings - Fork 324
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
Cannot attach debugger #2805
Comments
Does debugging work in the samples, but not your your own app? If it is just your own app, have you happened to modify the main activity for Android? If for instance you modify the call to FlutterMain.ensureInitializationComplete in your Activity, see 1, to not pass the "--start-paused" Dart VM flag, then debugging won't work. If this isn't it, the next step would be to go look in your IntelliJ logs to see if something is suspect. |
The debug works on other project. By the way the debugging stopped working in that particular project when I upgraded the flutter plugin from 29.* to 30.* The debug seems to work only on the first subfolder of 'lib'. Going deeper it seems like the debugger can't see the breakpoints. |
@Errichamonda, if you hot reload or restart your app, are breakpoints hit then? Have you modified the native code of the app, or just Flutter/Dart code? Does this also repro if you create a new (default) Flutter project? Thanks in advance for the answers! |
With flutter clean, hot reload or restart it doesn't hit breakpoints. I've modified only the Flutter Code. Nothing on Manifest, Gradle Settings or other Android folder. With other project, like the default one that Android Studio creates, the breakpoints works. Only in this application. Probably because the file is nested inside folders. |
Ah! We may be having path issues. Is the app something you can share with us, or a minimal repro that has the same project structure? |
Hi, I've recreated the project with the minimum files to reproduce the problem. https://github.com/Errichamonda/DebuggerTest |
Thanks for the repro case! I cloned it, added in some necessary iOS files, and opened it in IntelliJ (from the cli, via I was able to set and hit breakpoints (in order around line 19 of the above file, and in the setState closure). I'm not sure what's going on in your case, but you may try re-creating the project and see if that helps. |
Oh well, I see now that GitHub removed something from the code, I tried with the breakpoint at line 13 |
OK, that breakpoint worked for me as well. |
Hi @Errichamonda! Did you find any solution for this issue? I having the same problems where the breakpoints are not being hit. With other flutter projects it works fine. Is this only project that I can't debug |
Hello, |
@spagni @VyasPrachi Sorry, the problem disappeared after some times and after I changed the project structure to have less subfolder. Probably it's a folder/file name problem. |
Hi, I had the class MarkdownSplitter inside the following path: I wasn't able to debug it via IntelliJ, it only worked via the DevTools webpage. After changing the folder and file names to the following, the debugging is working via IntelliJ. My flutter doctor: ! Doctor found issues in 1 category.` |
Build: AI-192.7142.36.36.6241897, 202002270544, AI-192.7142.36.36.6241897, JRE 1.8.0_212-release-1586-b04x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080 AS: 3.6.1; Kotlin plugin: 1.3.61; Android Gradle Plugin: 3.6.1; Gradle: 5.6.4; NDK: from local.properties: (not specified), latest from SDK: 21.0.6113669; LLDB: LLDB 3.1 (revision: 3.1.4508709); CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: (not found) IMPORTANT: Please read https://developer.android.com/studio/report-bugs.html carefully and supply all required information. Hi, Scenario and readings:
Waiting for a connection from Flutter on Android SDK built for x86 64...
Could not find an option named "flavor". Run 'flutter -h' (or 'flutter -h') for available flutter commands and options. In any of the scenario, Android Studio cannot attach the debugger in the Device where App is already running.
|
@krupalbhardiya I have the same problem, do you discovered any solution? |
@rodolfoizidoro no solution yet. |
I'm also experiencing this in VSCode. |
This is still happening on plugin |
Still happens to me |
Same issue on all projects on Android and Web. On web breakpoint mark converts from red round to white stop signal. |
Facing same issue on web and android |
Still the same issue on Android studio and vscode on the latest Flutter version |
I am also experiencing this for packages. |
Steps to Reproduce
I've already opened a issue on Flutter GitHub but they weren't very useful.
When I try to lauch my application in debug mode, it seems like lauching normally. The applicaion skips all the breakpoints without any error and the application doesn't wait for debugger.
Version info
Flutter doctor:
Also Flutter Plugin version: 30.0.1
The text was updated successfully, but these errors were encountered: