Gerhard W. Gruber wrote:
When I using winedbg why doesn't it show me the sourcecode? It always says that the source is not availabel through a configured DOS drive. Does that mean I have to put the files in a path that will be accessible by wineWindows?
yes
When I try to debug agent I set a conditional breakpoint on WINPROC_CallWndProc. When the condition is hwnd == x then it works. When the condition is msg == x hten the breakpoint is never triggered, though it should because the backtrace tells me that the value, I set for the condition, has been used before that call. Either the backtrace is wrong or somehow winedbg misses the condition.
this is a bug in winedbg (we haven't set up yet the expression evaluation context when the evaluate the bp condition, hence some weird results) please use winedbg's --gdb option until I find some time to fix it
A+