<div dir="ltr">Jim,<br><br>> So the problem you are having is getting the scripted step started in "trace"<br>> with the SBThread::StepUsingScriptedStep?  Did you try passing False for<br>> "resume_immediately" and then returning False from "trace".<br><br>Yes, I did.  In fact, I tried all these combinations:<br><br>resume_immediately = True,  return True<br>resume_immediately = True,  return False<br>resume_immediately = False, return True<br>resume_immediately = False, return False<br><br>None of them produces the trace.<br><br>I think the 'thread step-scripted' hack should work for my usecase, but I yet<br>have to try it.  I'll let you know if I hit some limitation again.<br><br>Thanks,<br>Nikita<div><br></div></div>