3

The newest dart editor has support for debugging and breakpoints and it works in a static HTML page. I have an existing backend (Django) and I cannot get the debugger to work when I set the "Launch Target" to a URL.

I get this error:

An internal error occurred during: "Launching DartEditor".
java.lang.NullPointerException

Any ideas?


OK, I can use the debugger in Chromium. Apparently, you have to reload the page to see the dart scripts in Chromium.

David Cain
  • 16,484
  • 14
  • 65
  • 75
Gryffe
  • 413
  • 1
  • 3
  • 9

1 Answers1

0

This was like a bug in an old version of the editor. There are some similar cases in the issue tracker marked as fixed. Upgrading to the latest editor will certainly fix it!

Danny Tuppeny
  • 40,147
  • 24
  • 151
  • 275