Plugin which utilises Javascript Debugger and/or JetBrains IDE support Chrome extension
Hi,
I've been looking into developing a plugin based on the exisiting Javascript debugger, that will prompt for (or attempt to automatically generate) mappings of remote URLs to local files, based on require paths when given a URL.
I was hoping to basically copy the Javascript debugger and modify it, but given that it is not open source (if I'm wrong and it is open source, a link would be much appreciated!), I'm a bit stuck.
If I could extend or interface with the Javascript debugger somehow, this might be a good way to go. If not, I was thinking that a good starting point might be trying to interface with the JetBrains IDE support Chrome extension (or Firefox equivalent).
Are either of these 2 ideas possible, and are there any docs on either? Or examples of others doing something similar?
Thanks.
请先登录再写评论。
I believe there's an example of how to use the debugger in the open source JSTestDriver plugin. See this comment: http://devnet.jetbrains.com/message/5485315#5485315
I'd be very interested in hearing how you get on since this is something I'm also going to want to do at some point but I haven't had time to investigate it yet.
Thanks Colin, I'll let you know how I get on.