Questions tagged [firephp]

FirePHP is a plugin, for the Firebug add-on, that provides non-invasive logging from PHP programs to the Firebug Console. FirePHP is ideally suited for Ajax development where clean JSON and XML responses are required.

FirePHP is a plugin, for the Firebug add-on, that provides non-invasive logging from PHP programs to the Firebug Console.

FirePHP is ideally suited for Ajax development where clean JSON and XML responses are required, as all data is sent via response headers and will not interfere with the content on your page.

Links:

74 questions
11
votes
2 answers

FirePHP Suddenly stopped working

My FirePHP modules seems to have stopped working. Instead I get this error message: ["There was a problem wri...ePHP/FirebugConsole/0.1", TypeError: node is undefined [Break On This Error] Filtered chrome url…
Mild Fuzz
  • 29,463
  • 31
  • 100
  • 148
11
votes
12 answers

Sending "var_dump" to FireBug console

As you know var_dump() in addition to value show its data type and length. Is there any way to log its output to FireBug console? I tried FirePHP and FireLogger but both output only value of a variable (sometimes even incorrect variable value).
Handsome Nerd
  • 17,114
  • 22
  • 95
  • 173
7
votes
2 answers

FirePHP not outputting anything

I have been trying to get FirePHP to work for an hour now. I have the latest firebug installed and it works fine. I also installed the FirePHP addon. Then I downloaded the library files and included them in my php file. I am sure that they are being…
John Smith
  • 8,567
  • 13
  • 51
  • 74
5
votes
4 answers

Does FirePhp work well with FireBug 1.12.0?

I used firephp in my project well before yesterday. After I upgrade Firefox to version 23.0.1 , the FireBug extension is upgraded to version 1.12.0 automatically, and I find firephp do not show the detail data in the console. It still shows the…
JimmyDong
  • 153
  • 1
  • 7
5
votes
2 answers

How to track variable changes in PHP

Good day. I've been working on project that contains many variables and sessions and where most of the job is done "under the hood" and via ajax. The problem is that I try to debug my project and I just can't find any way to track and log changes…
shultz
  • 2,543
  • 3
  • 20
  • 23
4
votes
3 answers

Where am I supposed to see FirePHP output?

I am trying out FirePHP. I installed it and restarted Firefox, enabled Firebug for my localhost, moved the demo oo.php file that comes with the download into an IIS virtual directory, changed the include path, removed the apache_request_headers()…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
4
votes
1 answer

Firebug and FirePHP only for selected domains?

How can I automatically enable Firebug and FirePHP only for pages in selected TLD eg. *.dev? I don't see any option for this. Maybe some userscript? Also, is there any way to always start Firebug in minimized to status bar mode?
takeshin
  • 49,108
  • 32
  • 120
  • 164
4
votes
4 answers

How to make Firefox Developer Tools display FirePHP messages within console?

I decided to try working with the Firefox Developer Edition. I am writing PHP code for a Joomla site and use Firebug & FirePHP to send data to the console. While that works fine with the standard Firefox (36.0.4), I get no output with the Developer…
NickOg
  • 91
  • 3
  • 5
4
votes
2 answers

Debugging JavaScript with Eclipse

What is the best way to debug javascript from the eclipse IDE. I used "logging to console" features of firebug with firephp installed on top of it for debugging a kohana php project along with eclipse but they make the browser unstable when I make…
A_Var
  • 1,056
  • 1
  • 13
  • 23
3
votes
1 answer

FirePHP equivelant for Ruby on Rails

is there an FirePHP equivalent for Ruby On Rails? I would like to be able to send the value of a variable to a console and browse object properties.
Mild Fuzz
  • 29,463
  • 31
  • 100
  • 148
3
votes
1 answer

How to add FirePHP using composer to Zend Framework 2

I'm trying to add FirePHP to my Zend Framework 2 project using composer, but I get errors. My OS is a Windows 7. I tried following ways to make it working: I added following code to composer.json file: "repositories": [{ "type": "vcs", …
user1409508
  • 623
  • 1
  • 12
  • 38
3
votes
2 answers

Using FirePHP instead of var_dump

When I output a variable using fb() function it only output the variable value, is there any way so it show also variable type like what var_dump does? Nor show name of variable, it any one shows that world would be more beauty!
Handsome Nerd
  • 17,114
  • 22
  • 95
  • 173
3
votes
2 answers

Zend Framework 1.9.x and Firebug

Anybody here can point me on the right direction on using firebug for logging on Zend 1.9.x ? I am using this : (from Zend Framework Manual page) // Place this in your bootstrap file before dispatching your front controller $writer = new…
sakurai
  • 33
  • 3
3
votes
1 answer

What do the coloured dots in firephp output mean?

I've seen green, orange, & grey dots, and they don't seem to correspond to variable types… any ideas? I didn't find any mention of them in the FAQ, etc: http://www.firephp.org/Wiki/Reference/FAQ
ptim
  • 14,902
  • 10
  • 83
  • 103
2
votes
2 answers

FirePHP beginner issues

I am writing a web page that uses some php files. The php isn't working properly and I am trying to debug for things such as printing variables. I am new to php so this is all new territory. I use firebug for other debugging and css alignment…
codingJoe
  • 4,713
  • 9
  • 47
  • 61
1
2 3 4 5