Hi,
I would like to see the execution trace using concurrency explorer, but the thread pane display displays "no information available". As far as I can tell, the sourcefile is compiled to produce debugging information:
cl /LDd /nologo /EHsc /Zi /Oi /MDd /Gm- /W4 /Gs /D_X86_ /Fefig2.fixed.asplos08.dll /Fdfig2.fixed.asplos08.pdb fig2.fixed.asplos08.cpp /link /machine:x86 /debug /debugtype:cv,fixup /release /incremental:no /subsystem:console fig2.fixed.asplos08.cpp
..\..\bin\wchess.exe /trace fig2.fixed.asplos08.dll
..\..\bin\concurrencyexplorer.exe trace
Could you please tell me if there is something I'm doing wrong? Btw, how is concurrencyexplorer supposed to know where is the debugging information, the file "trace" created by wchess does not contain any pointer to the c/object input files.
Thank you for help! (sorry for the naive question :)
Corneliu