[Bug 29140] Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

--- Comment #1 from Reedy s...@reedyboy.net 2011-05-25 18:20:58 UTC ---
Installing xdebug and using 3rd party IDEs requires no mediawiki side
debugging, just modules installing onto the running php config and reloading
the webserver

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29140] Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

--- Comment #2 from Michael Dale d...@ucsc.edu 2011-05-25 18:31:00 UTC ---
yes xdebug lets you see the debug requests in a debugger outside of the
browser, the bug was about firebug integration with the firephp add-on in the
browser. Makes it a little easier to keep track of where things went wrong when
the debug information is matched up per your many ajax requests automatically. 

But this is obviously a low priority bug, since you can practically do the same
thing with the tool set you describe or just tail a temporary file that wfDebug
outputs. ( Its just less convenient and you have to manually sync up the
several ajax requests with your javascript debugging lines )

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29140] Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|roan.katt...@gmail.com  |br...@wikimedia.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29140] Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-05-25 22:02:06 UTC 
---
Added FirePHP extension in r88843; had to add a 'Debug' hook from wfDebug 
wfDebugLog() to handle it.

Note that a few messages at top or bottom don't get output due to being too
early for extension initialization or too late for HTTP headers.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29140] Consider supporting FirePHP for easy ajax debugging

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29140

--- Comment #4 from Michael Dale d...@ucsc.edu 2011-05-25 23:35:57 UTC ---
sweet! Thanks Brion, I bet this will be helpful for ajax RTE efforts too ;)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l