xdebug-trace-tree icon indicating copy to clipboard operation
xdebug-trace-tree copied to clipboard

Doesn't show anything

Open kupietools opened this issue 1 year ago • 0 comments

This correctly displays the page offering to let me select the trace to load, then when I hit "load", I get a completely empty page with this code:

<html>
  <head></head>
  <body></body>
<html>

PHP error log (in reverse order) says:

[16-Jun-2024 04:08:11 UTC] PHP Fatal error:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 31
[16-Jun-2024 04:08:08 UTC] PHP Warning:  Undefined array key 7 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 58
[16-Jun-2024 04:08:08 UTC] PHP Warning:  Undefined array key 9 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 57
[16-Jun-2024 04:08:08 UTC] PHP Warning:  Undefined array key 8 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 56
[16-Jun-2024 04:08:08 UTC] PHP Warning:  Undefined array key 6 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 55
[16-Jun-2024 04:08:08 UTC] PHP Warning:  Undefined array key 5 in /path/to/script/xdebug-trace-tree/res/XDebugParser.php on line 54
[16-Jun-2024 04:07:09 UTC] PHP Warning:  Undefined array key "file" in /path/to/script/xdebug-trace-tree/index.php on line 21

kupietools avatar Jun 16 '24 04:06 kupietools