Is there a way to force emitting of stack frame for a specific function?

Imperatorn johan_forsberg_86 at hotmail.com
Thu Oct 8 13:13:16 UTC 2020


On Thursday, 8 October 2020 at 08:48:45 UTC, Andrey Zherikov 
wrote:
> I'm trying to implement some mix of native and custom stack 
> trace dump for exception logging: I want to print custom text 
> instead of some stack frames. To clarify more: I have a 
> function that I want to substitute with other text in stack 
> dump and this function has to be in stack dump to make this 
> working.
>
> [...]

Can you share some code? You don't want to use try-catch?


More information about the Digitalmars-d-learn mailing list