PDA

View Full Version : What does (tail call): ? in the trace stack mean?



peterb
September 18th, 2024, 20:47
I'm debugging why a database node doesn't get updated and I ran Debug.printstack, and then I got (tail call): ? at the vey end, so I wonder what it means.

superteddy57
September 18th, 2024, 20:56
It should be the very last function call before it fails.