digitalmars.D.debugger - ThreadId
- NullTerminator (1/1) Dec 06 2007 How do you get the current thread id either using DDBG or (preferably) g...
- Jascha Wetzel (5/6) Dec 06 2007 use the lt command in ddbg, the current thread is marked in the list.
How do you get the current thread id either using DDBG or (preferably) gdb?
Dec 06 2007
NullTerminator wrote:How do you get the current thread id either using DDBG or (preferably) gdb?use the lt command in ddbg, the current thread is marked in the list. since you're in the command line of the debugger, there must have been a breakpoint or exception, the message for which contained the thread id as well.
Dec 06 2007