nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.75k stars 218 forks source link

Compatibility with Latte 3 #543

Closed kukulich closed 2 years ago

kukulich commented 2 years ago

Version: 2.9.2

Bug Description

ErrorException: Attempt to read property "line" on null in P:\Git\slevomat\vendor\latte\latte\src\Bridges\Tracy\BlueScreenPanel.php:49

It is caused by something like this:

Latte\CompileException
Thrown exception 'Unhandled match case 's'' (in '.../CustomerSupport/contact.latte')

$e->position can be null.



### Steps To Reproduce

### Expected Behavior

### Possible Solution