1

Is there any way to try Dart expressions and execute commands while in a debug breakpoint?

Like in Chrome Developer Bar, Firebug or Visual Studio Immediate Window.

citykid
  • 9,916
  • 10
  • 55
  • 91

1 Answers1

3

Unfortunately not yet. Star http://dartbug.com/3293 to track its progress.

A similar feature, a REPL (read-eval-print-loop) is tracked with http://dartbug.com/4409.

Florian Loitsch
  • 7,698
  • 25
  • 30