[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [Proposal] 'd' and 'D' debug.getinfo switches
- From: "Soni L." <fakedme@...>
- Date: Tue, 1 Nov 2016 13:14:07 -0200
Would be nice if debug.getinfo(1, 'd') and debug.getinfo(1, 'D')
respectively returned a number with the call stack position (from the
bottom of the stack i.e. the last stack element would have position 1)
and an userdatum which can be used with debug.getinfo (and other debug.*
functions) to retrieve the stack data in O(1) rather than O(n) time (as
long as the stack position remains valid).
--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.