Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

ExecuteCommand empties the DTE.debugger processes and current thread values

$
0
0

Hello

I am writing  a VS extension which does the following :

When the process comes up in debug mode I call a  VSIX extension is invoked which will

1) Use context expression to execute function in the debugged process .I use (DTE.ExecuteCommand()) for the same by call

2)This will start a new thread in the debugged process .Essentially a http server is started

3)nav "URL" needs to be called which will show the URL .When the work is done then it should come back to the point where it was being debugged

4)The current processes and threads need to be disabled or frozen and when the MODE like that is turned off it should come back to the debugged breakpoint

My problem is that when I call executeCommand I don't have any handle to the threads as they all become empty .

I am using VS 2017 for the VSIX extension

Is execute command to be used or any other method is recommended ?


Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>