Hi,
FireBug und FirePHP are working, but my problem is that tracing more than 3 messages has the effect, that nothing is displayed.
Example 1
=========
fb->trace("Message1");
fb->trace("Message2");
fb->trace("Message3");
Example 2
=========
fb->trace("Message1");
fb->trace("Message2");
fb->trace("Message3");
fb->trace("Message4");
Example 2 shows nothing. Example 1 shows the 3 trace-messages.
Is there a known problem? If necessary I could send the Headers...
FireBug: 1.4.3b1
FirePHP: 0.3.1
Thanks in advance!