PhpEd is a very nice php development tool that can invoke Firefox for 
testing and debugging.  However, in this mode, Firebug cannot handle 
Javascript debugging because it does not recognize the Javascript source 
file(s) are on the local computer, not where it expects to find them even 
though it has the complete path for both the php code and the Javascript 
code.

It gives the error: <HTML><HEAD><TITLE>404 Not 
Found</TITLE></HEAD><BODY><H1>HTTP/404<br></H1><H2>The requested URL alias 
for /C:/MyBFL/Search/search.js is not defined.</H2></BODY></HTML>

Of course the complete path to the Javascript source is given in the error 
message, and ditto for the php source. 

So, the scripts have to be moved to a server and executed to utilize 
Firebug.  This not only complicates the debugging with the extra steps and 
time, when it is production scripts, they have to be moved to a test 
environment.  Eliminating the need for an online test environment is one of 
the reasons for using PhpEd in the first place.

Any chance Firebug could recognize the local machine path name and use it?

Thanks

-- 
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