Results 1 to 2 of 2

Thread: debug php file using firePHP

  1. #1
    Join Date
    Jun 2010
    Posts
    2

    debug php file using firePHP

    hi all,
    im very new to firePHP..
    i have installed
    firebug firePHP and FirePHPCore libraries and i included the FirePHP.class.php file in my php coding

    <?php
    require_once('FirePHPCore/FirePHP.class.php');
    require_once('FirePHPCore/fb.php');
    ob_start();
    $var = array('i' => 10, 'j' =>20);
    $firephp->log( $var, 'Iterators');
    ?>

    when i run this file my console shows no activity to profile..

    even my console does not shows filename

    i don't know anyting about FirePHP

    i need to debug PHP coding using FIrePHP

    can anyone help me?
    Last edited by krselva86; 18-06-2010 at 04:41 PM.

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: debug php file using firePHP

    Usually, there are two main ways of debugging server-side code: you can utilize an Integrated Development Environment (IDE) with a built-in debugger or log and perform your debugging processes in a web browser. Hence you can refer to some tips given here.

Similar Threads

  1. Unable to Delete Debug.log file from the Desktop
    By Kanwaljeet in forum Windows Software
    Replies: 6
    Last Post: 06-04-2011, 10:49 AM
  2. How to Debug Memory Dumps
    By Elijah2010 in forum Windows Software
    Replies: 6
    Last Post: 31-03-2010, 09:40 AM
  3. How to Debug PHP Using Firefox with FirePHP?
    By Emma.J in forum Software Development
    Replies: 5
    Last Post: 21-02-2010, 03:08 AM
  4. Replies: 3
    Last Post: 12-01-2009, 07:35 PM
  5. Debug Error
    By X-riskS in forum Windows Software
    Replies: 2
    Last Post: 23-08-2008, 03:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,671,445.08287 seconds with 17 queries