How to debug EFCore.Visualizer extension? #34
Unanswered
ElectricVampire
asked this question in
Q&A
Replies: 1 comment 6 replies
-
You should be able to debug it with F5 out of the box. Check this for more details: Debug a Visual Studio extension As for Oracle and other databases can you share how you plan to implement rendering of the query plan? I also planned to add support for other databases using the treeflex library. For example, DuckDB uses it to implement rendering plans with HTML: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have developed few extensions in past in which I press F5 which opens experimental version of VS which have our extension installed and we can debug
For this extension I added following properties to start the experimental version but it did not install the EfCore.Visualizer extension. As of now to debug I install by vsix from debug folder and then attach the debugging vsix to my instance - which is really painful process when you have to make frequent changes.
I am trying enhance it for Oracle which can eventually be used for mysql as well as both have similar tree structure query plans.
Beta Was this translation helpful? Give feedback.
All reactions