hi, and happy 2021!
just a general question that perhaps the assembled populus could comment on...
i have a customer that swears blind that they are not knowingly using a specific option in our application to write out a 'bloated' copy of their data but the resulting data file says that they must be! the problem is that i can't reproduce it inhouse and the function that performs the operation is called from a variety of places with a plethora of optional flags.
so, what i'd like to be able to do is to generate a stack dump report (like when a runtime error occurs) but not to crash the program, as that would greatly upset the customer!!!
anyone got any 'lightbulb' :idea: ideas on how to do this (i thought that perhaps by adding a line to do a divide/0 and to flag it to be ignored might work - but i'm unsure of the correct way to do that just in the key routine and, even if i did, how could i get the stack listing 'automatically' generated to a text file - or a window on screen that could be captured and sent to me by the customer?)
TIA
K