What Firebug is for the client, Glimpse does for the server... in other words, a client side Glimpse into whats going on in your server.
Glimpse
A client side Glimpse to your server
Finding what you need
|
|
|
At its core Glimpse allows you to debug your Web Service right in the browser. Glimpse allows you to "Glimpse" into what's
going on in your web server. In other words what Firebug is to debugging your client side code, Glimpse is to debugging
your server within the client.
|
Plugins
| WebForms |
MVC |
- Config - Summary of important stuff in your web.config
- Environment - Details of the server environment
- Request - What the server received in the request
- Server - Web server variables available for the request
- Session - Is using session, what is being stored
- Trace - Trace output for the request
|
- Bindings - How MVC is binding the data
- Execution - What the execution pipeline looks like
- MetaData - MetaData associated with your View Model
- Routes - How routes are being evaluated
- Views - How MVC is finding the view that is being rendered
|
| Meta |
|
- Timeline - Displays requestion timing information
- Ajax - Lets you dig into your Ajax requests
- Remote - View requests from a remote client
|
|