We have a VS 2010 based isolated shell application. I have a tool window that displays a subset of addresses during debugging (In debugger break state). When user selects a particular address , I am trying to open the Disassembly window and navigate to the user selected address.
Is there any way to open the Disassembly window and navigate to a particular addressduring debugging? Please suggest.
Thanks
Jo