Questions tagged [glimpse]

What Firebug is for the client, Glimpse does for the server... in other words, a client side Glimpse into what's going on in your ASP.NET server.

Glimpse allows you to debug your ASP.NET web site or 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.

Project Links:

319 questions
2
votes
1 answer

Why glimpse ignores failed requests?

Some ajax request or full get requests results in HTTP error. I can not see those failed requests Ajax and History tabs on Glimpse. I am expecting to see those requests. Is this expected behavior ? If not what can be problem about this ?
Freshblood
  • 6,285
  • 10
  • 59
  • 96
2
votes
1 answer

Some questions concerning the combination of ADO.NET, Dapper QueryAsync and Glimpse.ADO

I have been experimenting with a lightweight solution for handling my business logic. It consists of a vanilla ADO.NET connection that is extended with Dapper, and monitored by Glimpse.ADO. The use case for this setup will be a web application that…
maartendekker
  • 462
  • 1
  • 5
  • 14
2
votes
0 answers

Getting Glimpse to work with EF6 and MVC5

This question has been asked a few times, but never been answered, so hopefully we can get it answered now. I have an existing project with numerous contract classes and EF6 data access projects all used from my MVC5 web project. I want to use…
Ryk
  • 3,072
  • 5
  • 27
  • 32
2
votes
1 answer

Glimpse Tab is not updating

I am implementing some custom Glimpse Tabs to show advanced statistics from our framework. So far that works great. The problem I could not fix so far is, that the tab content does not get updated after AJAX calls. In the debugger I see that…
Marc
  • 4,715
  • 3
  • 27
  • 34
2
votes
1 answer

Where Glimpse stores data?

Where Glimpse stores data shown in his tabs? I find the data is got server-side, but I cannot identify the storage place for this the data?
bjnr
  • 3,353
  • 1
  • 18
  • 32
2
votes
1 answer

What is the correct way to add Glimpse to a MVC project that references an EF project?

I recently discovered how useful Glimpse can be for developing ASP.NET MVC5 + EF6 applications and would like to include it within the new application I've been tasked to create. While the process of adding the Glimpse MVC5 and EF6 nuget packages to…
2
votes
1 answer

NHibernate.Glimpse overrides log4net

Log4net produced only an empty log file. NHibernate messages have not been logged whatsoever. I've had a hard time to figure out why. It turns out that this is a NHibernate.Glimpse question now... The following setting overrides the log…
fan711
  • 716
  • 3
  • 13
2
votes
1 answer

Glimpse MVC3 DLL being 'forgotten' as part of Application Pool recycle

We're trying to get Glimpse up and running in our environment but coming across a strange problem. We've installed Glimpse.Core, Glimpse.AspNet, and Glimpse.Mvc3.dll and when we configure web.config to enable Glimpse everything works fine until the…
Rob Burke
  • 5,365
  • 4
  • 31
  • 30
2
votes
1 answer

Can no longer access the list of API descriptors after installing Glimpse

We would like to use Glimpse in our ASP.net MVC project but are running into a problem when accessing the list of Web API descriptors. We have installed Glimpse.Mvc4 1.2.2 using the Nuget Package Manager. The following snippet gets all API…
Jonas Pegerfalk
  • 9,016
  • 9
  • 29
  • 29
2
votes
1 answer

Glimpse Security

I am convinced that I want to use Glimpse for my project, but I would like to learn a bit more about the security model. From what I can tell, when you turn Glimpse on, it simply writes a set of cookies to the client. When Glimpse receives these…
Andy T
  • 10,223
  • 5
  • 53
  • 95
2
votes
1 answer

ASP.NET MVC, razor view, how to modify html on the fly like Glimpse?

I'm upgrading from .NET 2.0 to MVC 4. Back in .NET 2.0 webform, we had to inject license information on the fly to the footer of the software by override the "Render" function in .aspx.cs page (using HtmlTextWriter), find a particular spot of the…
Liming
  • 1,641
  • 3
  • 28
  • 38
2
votes
2 answers

How glimpse persists debugging information?

How does Glimpse persist collected data? Is it all saved in memory? Is there a way to persist the data in a database? I ask this because if I have a website installed on multiple machines (load balancing) can I use glimpse for debugging, or is the…
Davide Icardi
  • 11,919
  • 8
  • 56
  • 77
2
votes
1 answer

Why Glimpse model binding tab is disabled?

I'm using Glimpse MVC4 version 1.2.0. I notice that the "Model Binding" tab is disabled when I open the Glimpse UI in my browser. I can't see how to enable it. Reading the Glimpse docs reveals that you can ignore tabs
Jason Evans
  • 28,906
  • 14
  • 90
  • 154
2
votes
1 answer

View contents of ADFS claims in Glimpse?

So i installed the glimpse (http://getglimpse.com/) nuget package in my mvc3 app. Wow neat tool. But has anyone figured out how to inspect adfs claims in glimplse? I can see the "AUTH_USER" on the server tab, but doesn't have any of the claims or…
cobolstinks
  • 6,801
  • 16
  • 68
  • 97
2
votes
2 answers

Is there any tool for Java's Spring MVC like ASP.NET MVC's Glimpse?

Comming from .NET world, I would like to know if there is something like http://getglimpse.com/ to use in a Java Spring MVC project. Does anyone know?
fredzvt
  • 331
  • 2
  • 8