How to debug using Firebug / Browser Debugger (F12)

QuestionsHow to debug using Firebug / Browser Debugger (F12)
Abu Ghufran Staff asked 6 years ago
1 Answers
Abu Ghufran Staff answered 6 years ago

Step1: Suppose you have a grid, which you want to display as shown in image.

Step2: Press F12 to open Firebug Console. Make sure you have Firebug installed in Firefox.

Step3: Try some operation on Grid like (Add, Update, Search etc). It will show the Ajax call initiated from PHP Grid. For instance, we are trying search.

Step 4: Now Click on this Ajax call, will show you details of the call. Response tab will show the output from Ajax call. In order to work properly, all response should be in JSON format.

If there is any error in output, you will see the unexpected result here. Try to rectify it or email us the details of non-json output.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

0 + 16 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?