Best practices to debug Vaadin 14 applications

Hi,

moving from Vaadin 8 to 14, I miss some debugging tools like the “debug window” enabled by the “debug” url parameter.

Is there an equivalent in Vaadin 14? I see the log in the browser console but it seems not complete as the debug window.

On Java side, which Vaadin class/package make sense to “trace” in order to have better view of the view navigation events?

Thanks,

Gualtiero