Ulrich Weigand writes:
> Hello,
>
> To do so, simply replace the debugger/msc.c file with the
> attached new version. Please give feedback whether it
> works for you or not ...
>
I'm happy with it.
Bye the way: can't we process the c++ style symbols to get
the function prototype?
??_C@_0BB@HMMD@GetOpenFileNameA?$AA@ looks like it has some typeinfo in it. It should
also be possible to dump the arguments in the stacktrace with this information.
Second problem: if the name starts with a '?' the command
disass ??_C@_0BB@HMMD@GetOpenFileNameA?$AA@
gives only a parse error.
juergen
PS: Got a bit further with the crash in native comdlg32. Looks like a nasty memory
overwrite somewhere...