Hi,
I'm trying to debug dart2js code, but I have problem setting breakpoints.
All the code is made in a way that all functions is attribute of object:
["main_server", "main.dart", , K, {
"^": "",
main: function() {
var t1, express, path, app, list_sql_table, t2, sql_table;
t1 = $.get$context();
express = J.$index$asx(t1, "nodejs").callMethod$2("require", [
"express.io"]);
path = J.$index$asx(t1, "nodejs").callMethod$2("require", ["path"]);
}
P.print("Listening on port " + H.S($.port) + "... (open your browser at
localhost: " + H.S($.port) + ")");
app.callMethod$2("listen", [$.port]);
}
},
1],
]);
Isolate.$finishClasses($$, $, null);
$$ = null;
When I try to set breakpoint at the line "t1 = $.get$context();", it just
doesn't allow me set the breakpoint at the last line.
Jo
--
Job board: http://jobs.nodejs.org/
New group rules:
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/nodejs/ef38f6f6-4199-486e-8fd7-d628ff13d12f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.