You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a print('xxx'); and setting a breakpoint there often works for me when other breakpoints don't work. I know, an ugly hack, but it helps to unblock.
Dartium is going away anyway.
No luck with the print('xxx'); trick.
Fair point that Dartium is going away. I'd be happy to move away from it as soon as I can replace content_shell with headless chrome (waiting on dart-lang/test#391).
I can't set breakpoint in Dartium in below code:
It worked fine in 1.21 but since 1.23+ (maybe 1.22 too) it doesn't work.
To confirm:
P.S. Breakpoints in regular code works perfect.
P.P.S Issue related only for browser tests, vm tests works ok.
The text was updated successfully, but these errors were encountered: