<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>This problem is very strange, but I can't resume execution using <font face="Courier New, sans-serif">process.Continue()</font>.<div><br></div><div>If I write a simple program that create a debugger and a target, set a breakpoint on line 7 and launch a process. After stopping at line 7, I can use <font face="Courier New, sans-serif">process.Continue()</font> to resume it and next state is <font face="Courier New, sans-serif">eStateExited</font>. But if I apply the same strategy to a GUI program using Qt, it won't resume execution. Regardless of how many times I click on the "Continue" button, the debuggee is always "stopped".</div>                                    </div></body>
</html>