intellij 8 javascript engine?
Hi All,
i m wondering what javascript engine is intellij using for the debugger? is it rhino? and is the API for the javascript component exposed enough for me to write some kinda profiler plugin for js?
i have written simple plugins for UI change, just wondering how hard would it be to write something that gives u a callstack etc, seems like all the pieces are here now with the debugger and stuff.....
thanks in advance...
请先登录再写评论。
Hello yoshi,
The JavaScript debugger runs using a Mozilla instance embedded in IntelliJ
IDEA.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"