View previous topic :: View next topic |
Author |
Message |
ulysse31 Master Cheater
Reputation: 2
Joined: 19 Mar 2015 Posts: 324 Location: Paris
|
Posted: Mon Aug 22, 2016 6:38 am Post subject: Debug Created Thread |
|
|
When I create a thread using CE, if the execution flow goes on a breakpoint, it wont break, is there a way to make it behave as other regular thread that do break on breakpoints?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Mon Aug 22, 2016 6:43 am Post subject: |
|
|
use the windows debugger
or if veh, tell it to watch thread creation, and in your thread call sleep for 2 seconds before running (or use some sort if gate you control manually and activate later)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
ulysse31 Master Cheater
Reputation: 2
Joined: 19 Mar 2015 Posts: 324 Location: Paris
|
Posted: Mon Aug 22, 2016 6:59 am Post subject: |
|
|
Dark Byte wrote: | or if veh, tell it to watch thread creation, and in your thread call sleep for 2 seconds before running (or use some sort if gate you control manually and activate later) |
That worked, thanks
|
|
Back to top |
|
 |
|