Friday, January 6, 2012

Introduction of Glimpse-Debugging your server within client

Open source community developers developing the great tools for debugging and i came across today such a great Nuget Pacakge called glimpse when i was learning MVC3.

what is glimpse? It's says that
"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 is Firebug like client side debugger,implemented in JavaScript on the client side, look in to ASP.NET on server side.

1) Install glimpse with following nuget command


and after that type glimpse.axd to end of URL redirect to glimpse page e.g. http://localhost:49270/glimpse.axd

2) Turn On




click on bottom right corner as per show in below fig.



3) Look in to server within client

I have write following code in controller to look at trace







Read More

Scott Hanselman's blog

http://www.hanselman.com/blog/NuGetPackageOfTheWeek5DebuggingASPNETMVCApplicationsWithGlimpse.aspx

Glimpse official site

http://getglimpse.com/

http://getglimpse.com/Help



No comments: