Hi,
I would like to add a new feature to the 'Modules' window, which is available during debugging.
My VS Extension needs to add a context menu item "Show in explorer" and in the handler of this item I need to retrieve the path (and maybe other properties) of the currently selected item (module).
So, is there an API for this tool-window, that I can use from an VSPackage?
Thanks,
Frank