Lavaca Developer Tools

★★★★★
★★★★★
65 users
<
>
Alopoon Instant Translator, English Spanish Translator, Two-Way Smart Language
★★★★★
★★★★★
- Morrell High Roller Target
★★★★★
★★★★★
5 Sets Harrows Silika Colorshift Standard Dart Flights Blue
★★★★★
★★★★★
Valve Steam Deck 512 Gb Sealed - New Electronics | Color: Black
★★★★★
★★★★★
Emails I Can_t Send Pack sabrina carpenter Cotton Tote Bag
★★★★★
★★★★★
Luxio Demure, Gel Polish
★★★★★
★★★★★

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.
Related