.NET Runtime Object Browser.

Posted by user290907 on Stack Overflow See other posts from Stack Overflow or by user290907
Published on 2010-03-10T20:32:48Z Indexed on 2010/03/12 13:47 UTC
Read the original article Hit count: 160

Filed under:
|
|
|

Is there a framework which can be used in your application, to make it expose internal objects on some port for inspection.

for.e.g. after i start my application in this case a GUI Application, and then say launch http://localhost:9100 then it should show me the statistics of the app.

I played a bit with HttpListener accepting connections and then outputting raw HTML, it works fine for simple tasks, but there is too much worked involved if i have make a proper object browser.

Thanks in Advance.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about inspection