bricelam / VS.Data.Sqlite

A DDEX provider for Microsoft.Data.Sqlite
Other
13 stars 5 forks source link

Debug Visualizer (for in-memory databases) #20

Open bricelam opened 2 years ago

bricelam commented 2 years ago

There is some code for this in the feature/debugger branch.

image

bricelam commented 1 year ago

Need to look into VisualStudio.Extensibility debug visualizers for this.

bricelam commented 1 year ago

If I end up creating a control that pages data from the database for this, I could re-use it to solve #32.

ErikEJ commented 1 year ago

In Sqlite Toolbox I use a Winforms DataGridView with a few tweaks.