I'm trying to debug application which uses web-ui. App runs correctly but doesn't stop on breakpoints. I tried to set them in both *.dart files, one in web folder and the other one in web/out folder. I'm using 0.5.20.4_r24275 version
1
votes
are you using an URL launch by chance? iirc there is an open bug about this.
- MarioP
I tried both URL launch and usual with no difference
- Juri Krainjukov
It's also the same with the newly generated app. I create new application with choosing to generate sample content (Web application(using the web_ui library)). Run it in dartium, breakpoints don't work
- Juri Krainjukov