Missed breakpoints when using part/part-of
See original GitHub issueI set a breakpoint on a print function, the print is shown in the debugger output various times but the debugger never pauses. Logs: https://pastebin.com/3rQDJsqu
When I put a breakpoint on a much earlier point in my code it does pause so perhaps there is some change in the Dart VM related to JIT optimization, but thats just wild speculation. I can remember it working fine so far, my current dart version is 2.2.0-dev.1.1
which is already more than a month old.
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (10 by maintainers)
Top Results From Across the Web
Missed breakpoints when files imported in bin/ folder use ...
Missed breakpoints when using part/part-of #1443 ... The simple workaround is not to use relative imports but package: imports, ...
Read more >Frequently Asked Questions about Breakpoints | FINRA.org
Discuss the availability of breakpoint discounts with your clients prior to purchasing the mutual fund shares. Ask your clients for the information necessary...
Read more >C++ breakpoints are ignored / missed - Stack Overflow
I'm running Rad studio 2010 , it was originally written in XE5 , but I think this is an issue with folder structure...
Read more >A 66-base pair insert bridges the deletion responsible for a ...
The breakpoints of the deletion responsible for the Hbb(th-1) mouse model of beta-thalassemia have been isolated. A 3709 (+/- 2)-base pair (bp) region, ......
Read more >Text file - World Bank Open Knowledge Repository
7 Figure 1.3: GDP—breakpoints of volatility of quarterly y-o-y GDP growth using Inclan, Tiao (1994)...... 8 Figure 1.4: Agricultural GDP—breakpoints of ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, I’ve opened https://github.com/dart-lang/sdk/issues/35859. I’ll close this on the assumption it’s VM work, but if you think maybe that’s not the case and there’s something I should do differently on the client side, let me know.
@bergwerf you may wish to subscribe over at https://github.com/dart-lang/sdk/issues/35859 for updates.
Yes, I think this may be something that needs tweaking in the Dart VM. I’ve reached out to @a-siva to discuss this more.