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.
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.
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.