Devon Carew

Results 231 comments of Devon Carew

For more info on the failure, I do see a `/var/folders/rm/kxzmfzgd5pg30cj6s83j5rbc003j4x/T/JxBrowser/7.15/` directory on my machine (which I assume might be a temp dir?), but it does not contain a `libawt_helper.dylib`...

A bit more info about my IntelliJ version: ``` IntelliJ IDEA 2021.1.2 (Community Edition) Build #IC-211.7442.40, built on May 31, 2021 Runtime version: 11.0.11+9-b1341.57 x86_64 VM: Dynamic Code Evolution 64-Bit...

We may get this for free is we implement the IntelliJ tree's 'speed search' support. /cc'ing @pq, who did add some support there (I'm not sure what's currently searchable, or...

Hmm, I see highlighting in both examples in those screenshots. Can you provide a bit more context, or perhaps show a file in the sdk, including a build() method?

@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...

> 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...

Thanks for the repro case! I cloned it, added in some necessary iOS files, and opened it in IntelliJ (from the cli, via `idea .`). I was able to set...

OK, that breakpoint worked for me as well.