Displaying 2 results from an estimated 2 matches for "undebugonce".
Did you mean:
debugonce
2018 May 23
0
debugonce() functions are not considered as debugged
...sked because the use cases for undebug/debugonce I can think of do
not apply. undebug() is needed once you have run a function through a
debugger few times and figured out there is no bug there but you want to
run again debugging from somewhere else. It is like deleting a
breakpoint in say gdb. undebugonce() would make no sense in this
context, because it is done implicitly. undebugonce() would only make
sense if you called debugonce() but then changed your mind before
running that function, but, that does not seem like a common use case
worth supporting.
Re isdebugged(), I think the current sem...
2018 May 22
2
debugonce() functions are not considered as debugged
On Mon, May 21, 2018 at 5:01 PM Tomas Kalibera <tomas.kalibera at gmail.com>
wrote:
[...]
> Do you have a good use case when it would be useful to query/unset the
> mark for debugonce?
Well, I suppose the same use cases when it is useful to query/unset the
other debug
mark.
To be more specific, in debug helpers for a tool that works with callbacks
from a central event loop, it is