Description
This issue was originally filed by Med...@gmail.com
What steps will reproduce the problem?
1.Set a breakpoint to any line of code
What is the expected output? What do you see instead?
- Program runs through the breakpoint without stop. I would expect it to stop.
What version of the product are you using?
Dart Editor 1.9.1
On what operating system?
Windows 7, 64 Bit
What browser (if applicable)?
Dartium opened by Dart Editor
Please provide any additional information below.
I can see debug info in Dart Editor, and a runtime error does stop at the code it says, but breakpoints I set is just being ignored!
I tried to remove .dartium & DartEditor folder under C:\Users[USER].
I tried to open Developer Tool in Dartium and close it to force it <debugger connection resumed>.
I tried re-download Dart Editor again, but got no luck at all.
I did installed some Chrome Extensions before this issues occurs, but I disabled all newly installed Chrome Extensions, and still no luck then.