Is it possible to get current call stack of a thread with specified thread id without any exception?
GetThreadCallStack (ThreadId)?
Is it possible to get current call stack of a thread with specified thread id without any exception?
GetThreadCallStack (ThreadId)?
Copyright © 2021 Jogjafile Inc.
Per EurekaLog's documentation, How to... get background thread call stack?, the
TEurekaCallStackclass has aBuildForThread()method which you can pass a Thread handle and Thread ID to, eg:That same page also says: