I am using Dart Editor r22223 to debug WebApp. If I started the debugging work of HTML files, but if I open the HTML at the URL (in my case http://localhost:8080/samplewebappohnewebui.html ), then debugging seems impossible.
I can set breakpoints, but the debugger does not stop at breakpoints.
Any clues?
[Update]
The reason for serving the HTML file on the 8080 is that the HTML file is created by Velocity ...
[Update 2]
OK - I added my Dev configuration. In the background, Eclipse runs Jetty on the 8080, but I use Eclipse only for Java stuff, not Dart. For Dart, I use the Dart-Editor.
[Update 3]

[Update 4]
The console shows the message on clicks, but the breakpoint does not stop the program on line 16 ...

dart remote-debugging
Mike Mitterer May 03 '13 at 12:18 2013-05-03 12:18
source share