Dart, editor, breakpoints, dynamic web page debugging

The newest dart editor has debug and breakpoint support and it runs on a static HTML page. I have an existing backend (Django) and I can't get the debugger to work when I set the "Launch Target" in the url.

I am getting this error:

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

      

Any ideas?


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

+3


source to share


1 answer


It looked like a bug in the old version of the editor. There are some similar cases in the issue tracker reported as fixed. Updating to the latest editor will definitely fix it!



0


source







All Articles