Discussion:
[dart-misc] Do you use the VM's legacy debug protocol? Do you debug VM apps from WebStorm?
'Seth Ladd' via Dart Misc
2015-08-27 18:34:52 UTC
Permalink
Hello Dartisans,

If you use the legacy debug protocol with the Dart VM, we would like to
know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.

The old legacy protocol isn't not supported, and before we delete it, we
need to determine the impact.

The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>*
that
should be used if you are connecting into the internals of the VM.

Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Monty Rasmussen
2015-08-28 03:22:45 UTC
Permalink
Yep! I and every Dart dev I know uses WebStorm this way every day. It would
definitely be nice to get JetBrains to move to the new hotness before you
pull the plug on the legacy stuff. :)
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2015-08-28 06:52:17 UTC
Permalink
+1
Post by Monty Rasmussen
Yep! I and every Dart dev I know uses WebStorm this way every day. It
would definitely be nice to get JetBrains to move to the new hotness before
you pull the plug on the legacy stuff. :)
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Frank Pepermans
2015-08-28 07:10:41 UTC
Permalink
+1 (still using the old Dart Editor)
Post by 'Seth Ladd' via Dart Misc
+1
Post by Monty Rasmussen
Yep! I and every Dart dev I know uses WebStorm this way every day. It
would definitely be nice to get JetBrains to move to the new hotness before
you pull the plug on the legacy stuff. :)
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
tomaszkubacki
2015-08-28 05:51:58 UTC
Permalink
And what with Dart Eclipse plugin ? Is it using newer service protocol or
legacy debug protocol ?

I still find Eclipse + Dart plugin better than IntelliJ (even though
Eclipse is worse than IntelliJ) because of debugger working generally
better with Eclipse.


W dniu czwartek, 27 sierpnia 2015 20:35:26 UTC+2 uÅŒytkownik Seth Ladd
Post by 'Seth Ladd' via Dart Misc
Hello Dartisans,
If you use the legacy debug protocol with the Dart VM, we would like to
know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.
The old legacy protocol isn't not supported, and before we delete it, we
need to determine the impact.
The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>* that
should be used if you are connecting into the internals of the VM.
Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Jos Hirth
2015-08-28 14:03:57 UTC
Permalink
I debug from within Eclipse. This means I use the legacy debug protocol,
right?

Will the Eclipse plugin be updated to use the new protocol?
Post by 'Seth Ladd' via Dart Misc
Hello Dartisans,
If you use the legacy debug protocol with the Dart VM, we would like to
know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.
The old legacy protocol isn't not supported, and before we delete it, we
need to determine the impact.
The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>* that
should be used if you are connecting into the internals of the VM.
Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Kao peter
2015-10-22 15:04:59 UTC
Permalink
+1 in Eclipse plugin
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Bluenuance
2015-08-28 15:04:35 UTC
Permalink
+1 for WebStorm debugging in the stand-alone VM
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Петър Събев
2015-08-28 21:35:47 UTC
Permalink
+1
Post by Bluenuance
+1 for WebStorm debugging in the stand-alone VM
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Ron Gonzalez Lobo
2015-08-28 23:38:19 UTC
Permalink
+1 for WebStorm
Post by 'Seth Ladd' via Dart Misc
+1
Post by Bluenuance
+1 for WebStorm debugging in the stand-alone VM
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Jack Murphy
2015-08-28 23:54:30 UTC
Permalink
+ 1 webstorm

Sent from my iPhone
Post by Bluenuance
+1 for WebStorm
Post by 'Seth Ladd' via Dart Misc
+1
Post by Bluenuance
+1 for WebStorm debugging in the stand-alone VM
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Dániel Varga
2015-08-31 10:40:49 UTC
Permalink
+3 Webstorm :)
Post by Jack Murphy
+ 1 webstorm
Sent from my iPhone
+1 for WebStorm
Post by 'Seth Ladd' via Dart Misc
+1
Post by Bluenuance
+1 for WebStorm debugging in the stand-alone VM
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to
http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
tomaszkubacki
2015-10-20 08:50:49 UTC
Permalink
Anybody is aware if Dart plugin for Eclipse and Webstorm are still using
lagacy protocol ?


W dniu czwartek, 27 sierpnia 2015 20:35:26 UTC+2 uÅŒytkownik Seth Ladd
Post by 'Seth Ladd' via Dart Misc
Hello Dartisans,
If you use the legacy debug protocol with the Dart VM, we would like to
know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.
The old legacy protocol isn't not supported, and before we delete it, we
need to determine the impact.
The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>* that
should be used if you are connecting into the internals of the VM.
Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2015-10-20 08:56:56 UTC
Permalink
As far as I know, yes.
WebStorm should be upgraded in time
but the Eclipse plugin was deprecated recently AFAIK, I guess you are out
of luck with WebStorm.
Post by tomaszkubacki
Anybody is aware if Dart plugin for Eclipse and Webstorm are still using
lagacy protocol ?
W dniu czwartek, 27 sierpnia 2015 20:35:26 UTC+2 uÅŒytkownik Seth Ladd
Post by 'Seth Ladd' via Dart Misc
Hello Dartisans,
If you use the legacy debug protocol with the Dart VM, we would like to
know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.
The old legacy protocol isn't not supported, and before we delete it, we
need to determine the impact.
The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>* that
should be used if you are connecting into the internals of the VM.
Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Daniel Davidson
2015-10-20 10:39:40 UTC
Permalink
Really? The only reason I paid for webstorm when dart editor was
decommissioned was to be able debug Dart for server/command apps?

Any chance they could just get an emacs gud setup for that? I'd pitch in
the same price I paid for webstorm for a good one of those.
Post by Günter Zöchbauer
As far as I know, yes.
WebStorm should be upgraded in time
but the Eclipse plugin was deprecated recently AFAIK, I guess you are out
of luck with WebStorm.
Post by tomaszkubacki
Anybody is aware if Dart plugin for Eclipse and Webstorm are still using
lagacy protocol ?
W dniu czwartek, 27 sierpnia 2015 20:35:26 UTC+2 uÅŒytkownik Seth Ladd
Post by 'Seth Ladd' via Dart Misc
Hello Dartisans,
If you use the legacy debug protocol with the Dart VM, we would like to
know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.
The old legacy protocol isn't not supported, and before we delete it, we
need to determine the impact.
The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>* that
should be used if you are connecting into the internals of the VM.
Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2015-10-20 11:06:28 UTC
Permalink
I don't understand your comment.
I saw a comment from WebStorm that they will ensure to support the new
protocol before the old is removed. The new one just became available.
Post by Daniel Davidson
Really? The only reason I paid for webstorm when dart editor was
decommissioned was to be able debug Dart for server/command apps?
Any chance they could just get an emacs gud setup for that? I'd pitch in
the same price I paid for webstorm for a good one of those.
Post by Günter Zöchbauer
As far as I know, yes.
WebStorm should be upgraded in time
but the Eclipse plugin was deprecated recently AFAIK, I guess you are out
of luck with WebStorm.
Post by tomaszkubacki
Anybody is aware if Dart plugin for Eclipse and Webstorm are still using
lagacy protocol ?
W dniu czwartek, 27 sierpnia 2015 20:35:26 UTC+2 uÅŒytkownik Seth Ladd
Post by 'Seth Ladd' via Dart Misc
Hello Dartisans,
If you use the legacy debug protocol with the Dart VM, we would like to
know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.
The old legacy protocol isn't not supported, and before we delete it,
we need to determine the impact.
The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>* that
should be used if you are connecting into the internals of the VM.
Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Daniel Davidson
2015-10-20 11:21:09 UTC
Permalink
Gunter,

Sorry, please ignore my comment. I think I misunderstood the part "... I
guess you are out of luck with WebStorm."

Would still love emacs integration, though.
Post by Günter Zöchbauer
I don't understand your comment.
I saw a comment from WebStorm that they will ensure to support the new
protocol before the old is removed. The new one just became available.
Post by Daniel Davidson
Really? The only reason I paid for webstorm when dart editor was
decommissioned was to be able debug Dart for server/command apps?
Any chance they could just get an emacs gud setup for that? I'd pitch in
the same price I paid for webstorm for a good one of those.
Post by Günter Zöchbauer
As far as I know, yes.
WebStorm should be upgraded in time
but the Eclipse plugin was deprecated recently AFAIK, I guess you are
out of luck with WebStorm.
Post by tomaszkubacki
Anybody is aware if Dart plugin for Eclipse and Webstorm are still
using lagacy protocol ?
W dniu czwartek, 27 sierpnia 2015 20:35:26 UTC+2 uÅŒytkownik Seth Ladd
Post by 'Seth Ladd' via Dart Misc
Hello Dartisans,
If you use the legacy debug protocol with the Dart VM, we would like
to know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.
The old legacy protocol isn't not supported, and before we delete it,
we need to determine the impact.
The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>* that
should be used if you are connecting into the internals of the VM.
Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2015-10-20 11:42:34 UTC
Permalink
Post by Daniel Davidson
Gunter,
Sorry, please ignore my comment. I think I misunderstood the part "... I
guess you are out of luck with WebStorm."
Noo, that was my mistake!

I meant: I guess your are out of luck with *Eclipse*

Sorry for that :-/
Post by Daniel Davidson
Would still love emacs integration, though.
Post by Günter Zöchbauer
I don't understand your comment.
I saw a comment from WebStorm that they will ensure to support the new
protocol before the old is removed. The new one just became available.
Post by Daniel Davidson
Really? The only reason I paid for webstorm when dart editor was
decommissioned was to be able debug Dart for server/command apps?
Any chance they could just get an emacs gud setup for that? I'd pitch in
the same price I paid for webstorm for a good one of those.
Post by Günter Zöchbauer
As far as I know, yes.
WebStorm should be upgraded in time
but the Eclipse plugin was deprecated recently AFAIK, I guess you are
out of luck with WebStorm.
Post by tomaszkubacki
Anybody is aware if Dart plugin for Eclipse and Webstorm are still
using lagacy protocol ?
W dniu czwartek, 27 sierpnia 2015 20:35:26 UTC+2 uÅŒytkownik Seth Ladd
Post by 'Seth Ladd' via Dart Misc
Hello Dartisans,
If you use the legacy debug protocol with the Dart VM, we would like
to know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.
The old legacy protocol isn't not supported, and before we delete it,
we need to determine the impact.
The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>* that
should be used if you are connecting into the internals of the VM.
Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Mark H
2015-10-22 15:45:04 UTC
Permalink
+1 - still using Dart Editor
Post by 'Seth Ladd' via Dart Misc
Hello Dartisans,
If you use the legacy debug protocol with the Dart VM, we would like to
know. If you sit in IntelliJ/WebStorm and use its debugger to debug apps
running in the stand-alone VM, we'd also like to know.
The old legacy protocol isn't not supported, and before we delete it, we
need to determine the impact.
The VM has a new, supported, full-featured, working *Service Protocol
<https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md>* that
should be used if you are connecting into the internals of the VM.
Thanks for the feedback!
Seth
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...