Skip to content

Implement debugging for command-line applications on Windows #4118

@DartBot

Description

@DartBot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions