Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging ADO.NET datatables
Message
From
16/11/2002 02:18:46
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Debugging ADO.NET datatables
Miscellaneous
Thread ID:
00723529
Message ID:
00723529
Views:
36
If I set a breakpoint in a .NET app, is there anyway to display the contents of a datatable?

There are times when I'm debugging an app, where I'd like to 'browse' a particular data table (instead of going to the watch window and repeatedly typing mytable.rows[irow]["fieldname"] )

I realize that if I know in advance which table I want to 'view', I could drop a grid on a form, but sometimes I need to look at multiple tables.

Has anyone developed any type of debugging 'add-in' that would allow a developer to view the contents of a datatable while debugging [sort of like being able to BROWSE a table/cursor in VFP while debugging].

Thanks,
Kevin
Next
Reply
Map
View

Click here to load this message in the networking platform