|
Window CE调试中,在 VS2005的debugger中,只能看到当前Thread的Callstack,如何查看其它Thread的Callstack呢?
[复制链接]
Window CE调试中,在 VS2005的debugger中,只能看到当前Thread的Callstack,如何查看其它Thread的Callstack呢?
从Threads Window看,除了当前 Thread: A_Thread 能看到停在 A_WndProc function中,并能在 Callstack Window 查看
其他 Threads 都停在 0x8803a550/0x88045644 位置(WinCE的Thread切换代码?),无法查看Callstack
Threads Window
------------------------------------------------------------------------------
ID Name Location Priority Suspend
914450970 0x8803a550 0x8803a550 Normal 0
1451321810 A_Thread A_WndProc Time Critical 0 <-- Current Thread
1450471262 B_Thread 0x88045644 Above Normal 0
911186894 0x88045644 0x88045644 Normal 0
1138532218 0x88045644 0x88045644 Highest 0
|
|