According to the Wolfram Language documentation, there should be an option in the context menu to see the stack trace:
But I never see that option in my context menus:
Is there a specific global option that I need to turn on?
Thanks in advance.
According to the Wolfram Language documentation, there should be an option in the context menu to see the stack trace:
But I never see that option in my context menus:
Is there a specific global option that I need to turn on?
Thanks in advance.
MoleculeValue, for one, as indicated in the snippet. On my computer,MoleculeValue[1, "IsomericSMILES"]results in an error without that option. – Shredderroy Oct 05 '21 at 20:13MoleculeValue[1, "IsomericSMILES"]produces the error and I can see a stack trace on my system. – Michael E2 Oct 05 '21 at 20:22MessageMenu.$PruneStackwas set toTrueon my system. Thank you! – Shredderroy Oct 05 '21 at 20:36