Saar Carmi

A .NET Blog

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Subscriptions

Post Categories



Tuesday, August 24, 2004 - Posts

DSWatch - Dataset View at Debug Time

I really like the DSWatch adding. It let you to view a dataset at debug time in a nice visual form.


The problem of the DSWatch is that it uses GetXml. This means that the form shows a different instance of the dataset. That is the reason why you cannot edit the data through that  form.


I was wondering how to get a real pointer to the original dataset at debug time.  Maybe the solution is a debugger extension.

Isn't it a lot of work? Interesting indeed.

posted Tuesday, August 24, 2004 1:57 AM by saarc with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems