The HTML panel <http://getfirebug.com/wiki/index.php/HTML_Panel> is a live 
preview of the HTML tree, i.e. it can be changed via JavaScript or manually 
editing.
The source coming from the server can be seen in the first request shown 
inside the Net panel <http://getfirebug.com/wiki/index.php/Net_Panel>. 
Though note, the browser (and therefore Firebug) doesn't have access to the 
files on your server.
So e.g. if you have a PHP script, which lies at the Windows file system 
path C:\www\test.php, Firebug doesn't have access to that file, it can just 
access the output it returns when it's called via let's say 
http://mywebsite.com/test.php.
One way how to circumvent this for the case you're accessing a local server 
is to create some mapping between URLs and file system paths, which is 
described as enhancement request in issue 
5035<http://code.google.com/p/fbug/issues/detail?id=5035>
.

Sebastian

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to