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

Dart 2.4.0 Debug broken #1191

Closed jtmcdole closed 5 years ago

jtmcdole commented 5 years ago

Connecting to the observatory's websocket requires the secret key (randomly generated):

Observatory listening on http://127.0.0.1:16702/gO1rif8XI7g=/

I'm on Dart 2.4.0 and building the plugin has been... an adventure in failure. Editing the js directly to a built string (e.g. ws://127.0.0.1:16702/gO1rif8XI7g=/ws) was enough to restore debugging.

devoncarew commented 5 years ago

Hey John, this plugin isn't actively maintained anymore; I've updated the readme to reflect that: https://github.com/dart-atom/dart/blob/master/README.md#note.

jtmcdole commented 5 years ago

Sounds good (but sad). I'm usually 100% in Vim with the dart-language-server and Nate's lsc plugins, but windows is a PITA :)