dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Create a launch config on demand when connecting to a Flutter app #1023

Closed jason-simmons closed 8 years ago

jason-simmons commented 8 years ago

Connecting the debugger to a running Flutter app will not proceed if there's not an existing launch config; we should create one in this case