Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to create my own javascrip debugger using V8 debugger in eclipse. But i am not getting any document about the V8 debugger or any Source code for v8 debugger. i have my own browser. i want to create one Javascript debugger which debug the .js code remotely. And same debugger i want connet with my own browser. So what can i use for creating debugger in eclipse. can i use v8 debugger as base for my debugger or any other idea i have to use for that.

Thanks for your support

share|improve this question

1 Answer

Just out of curiosity - why reinvent the bicycle? FireBug has arguably the best free javascript debugger available

share|improve this answer
Actually i have creatred my own Emulator for mobile which is completely browser based. so want create one Javascript debugger for that in eclipse i dont want to use firefox or anything else. i have my own browser thats why i want to create my own debugger. so please help me for that. can i use V8 debugger for that. – Rahul Apr 15 '11 at 4:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.