M
milkyway
Hello out there,
When one gets an error, they can use
fprintf (Stdout, "File %s Line %d\n", __FILE__, __LINE__);
Is there a similar way where on can print out the stack trace?
Any help, hints or advice is appreciated ;-)
When one gets an error, they can use
fprintf (Stdout, "File %s Line %d\n", __FILE__, __LINE__);
Is there a similar way where on can print out the stack trace?
Any help, hints or advice is appreciated ;-)