View Full Version : standard microsoft dump file parsing support for Delphi?
It would be ideal to be able to capture the stacks of more than just one thread + values of the stack variables at the time of exception + optionally global variables. This is what the standard microsoft dumps do with the dbghelp.dll. Unfortunately delphi can not parse the dumps and map them to the source code and the variables in the watches. Microsoft visual studio does that for VC++ since many years ago. Delphi lags behind and this complicates a lot any serious multithreaded coding for Delphi. Perhaps Eureka would do that soon?
admin
18-Sep-2006, 09:13 AM
Hi,
Art wrote:
> It would be ideal to be able to capture the stacks of more than just one
> thread + values of the stack variables at the time of exception +
> optionally global variables. This is what the standard microsoft dumps
> do with the dbghelp.dll. Unfortunately delphi can not parse the dumps
> and map them to the source code and the variables in the watches.
> Microsoft visual studio does that for VC++ since many years ago. Delphi
> lags behind and this complicates a lot any serious multithreaded coding
> for Delphi. Perhaps Eureka would do that soon?
This is really hard to do because this information aren't available at run-time.
--
Best regards...
Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.