-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Milestone
Description
This issue was originally filed by ivo.balbaer...@gmail.com
What steps will reproduce the problem?
void main() {
var a = 10;
var b = a + 5; <-- breakpoint set
print('$a, $b');
}
What is the expected output? What do you see instead?
expected: debugger should stop at breakpoint
we see: program runs until end
What version of the product are you using? On what operating system?
Dart SDK / Editor version 9474 - Windows 7 Professional 64 bit
Please provide any additional information below.
Debugging web applications in Windows 7 DOES work!
Cheers,
Ivo Balbaert
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.