What does this error mean?
Error: Thread Running Ignoring Step
Thanks
THX 1138
What does this error mean?
Error: Thread Running Ignoring Step
Thanks
THX 1138
You can only step through code that has been stopped at a breakpoint. This error means that you tried to step through an actively running thread. Select the “Stop” button or add a breakpoint before stepping through the code.
Hope this helps,
Mat