Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Using Glimpse to debug backend code

Using Glimpse to debug backend code

How we use Glimpse to help us debug ASP.NET MVC code, service code, and how to implement our custom plugin.

Mike He

July 13, 2012
Tweet

Other Decks in Programming

Transcript

  1. What's Glimpse • A client side look at what's going

    on in your server. • In other words what Firebug is to debug your client side code, Glimpse is to debug your server within the client.
  2. How it works? Glimpse Server Modules Code on the web

    server that collects meta data and sends it to the client.
  3. How it works? Glimpse Server Modules Code on the web

    server that collects meta data and sends it to the client. Glimpse Protocol Just a JavaScript object. { "Movie" : "Star Wars", "Genera/Theme" : "Science Fiction", "GlimpseOn" : "True" }
  4. How it works? Glimpse Server Modules Code on the web

    server that collects meta data and sends it to the client. Glimpse Protocol Just a JavaScript object. Glimpse Client Viewer Takes the meta data from the server and displays it to the user. { "Movie" : "Star Wars", "Genera/Theme" : "Science Fiction", "GlimpseOn" : "True" }