PDA

View Full Version : Adding variable/constant values


Freddy1990
21-Jul-2009, 08:11 AM
I was thinking it might be interesting to have the ability to include the value of certain variables or constants with error logs. I store the version number of my programs in constants, so that would be useful for me to add, or I suppose that the content of certain important variables could clear up a lot about certain errors.

Alex
22-Jul-2009, 07:19 AM
Hi,

You can use CustomDataRequest event to add any additional info you like to bug reports. See here: http://www.eurekalog.com/docs/customdatarequesthowto.html

Or sometimes you can use CPU and assembly tabs to extract info on local variables.