Tracy can now display local variables (v2.10)

David Grudl
Nette Core | 8139
+
+15
-

Do you miss displaying local variables in Tracy? First, at the point of throwing an exception:

But also in the whole callstack:

This is an experimental feature that works in Tracy 2.10.x-dev. It requires XDEBUG version 3.3.0 enabled in xdebug.mode=develop mode. So in practice, if I want to step the code, which requires debug mode, I need to enable both modes: xdebug.mode=debug,develop