tags:

views:

31

answers:

2

All I need to know, is if it is possible to access firebug panels from visual studio?

+1  A: 

Short Answer - No.

But you might want to detail what kind of access you're talking about.

Justin Niessner
as above...screen scraping results that ordinarily I cannot obtain through source page or fetching the url through webrequest.
vbNewbie
is there any way to obtain the response body content from firebug programmatically? Hope I am a little more clear now with my intentions.
vbNewbie
+1  A: 

Probably, to some extent. Take a look at this: http://stackoverflow.com/questions/8398/how-do-i-debug-javascript-in-visual-studio-2005

Curtis