Is there an “Immediate Window” in the Dart Editor / Debugger?

孤人 提交于 2020-01-05 09:07:26

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/15702450/is-there-an-immediate-window-in-the-dart-editor-debugger

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!