Description from extension meta
Chrome DevTools extension for debugging Lavaca apps.
Image from store
Description from store
Lavaca DevTools is an extension for debugging Lavaca apps. It allows you to easily:
- Visualize your application's view hierarchy and inspect the models associated with the rendered views.
- View the data associated with the defined routes for your application. Including the pattern, controller type, controller action, and additional parameters.
- Get the current view and model in the selected elements scope, defaulting to the view on the highest layer.
Lavaca DevTools also exposes two variables to the console.
$view - The current view in the selected elements scope. Defaults to the view on the highest layer.
$model - The current view's model in the selected elements scope. Defaults to the model of the view on the highest layer.