[Phpmyadmin-devel] Firebug and the new concatenated js files

Hi, I am using Firebug 1.11.11 and am not able to debug in js. Currently I'm trying to set a breakpoint inside $("#rename_db_form.ajax"). First, to find this code segment I use Firebug's search area (top right) with the "multiple files" option. It finds the code segment but does not stop at the breakpoint I set. -- Marc Delisle http://infomarc.info

On 12/22/2012 01:36 PM, Marc Delisle wrote:
Hi, I am using Firebug 1.11.11 and am not able to debug in js.
Currently I'm trying to set a breakpoint inside $("#rename_db_form.ajax"). First, to find this code segment I use Firebug's search area (top right) with the "multiple files" option. It finds the code segment but does not stop at the breakpoint I set.
I'm sure that there is more than one way to set a breakpoint in a js file when dealing with concatenated js scripts. All I can tell you, is how I do it. And since I have the feeling that this might come up again, I made a wiki page[0] for this issue. Let me know if it's clear enough and feel free to improve it :) Bye, Rouslan [0]: http://wiki.phpmyadmin.net/pma/JS_Debugging

Le 2012-12-23 17:45, Rouslan Placella a écrit :
On 12/22/2012 01:36 PM, Marc Delisle wrote:
Hi, I am using Firebug 1.11.11 and am not able to debug in js.
Currently I'm trying to set a breakpoint inside $("#rename_db_form.ajax"). First, to find this code segment I use Firebug's search area (top right) with the "multiple files" option. It finds the code segment but does not stop at the breakpoint I set.
I'm sure that there is more than one way to set a breakpoint in a js file when dealing with concatenated js scripts. All I can tell you, is how I do it. And since I have the feeling that this might come up again, I made a wiki page[0] for this issue.
Let me know if it's clear enough and feel free to improve it :)
Bye, Rouslan
It is clear enough, thanks. I suggest to delete "(click again to remove it)" at step 7. -- Marc Delisle http://infomarc.info
participants (2)
-
Marc Delisle
-
Rouslan Placella