Closed
Description
The functions emulator enforces function timeouts but when doing breakpoint debugging the clock keeps running even when code is not executing. This is almost definitely not the desired behavior.
Original conversation
@johngboutros that's a good feature request and I could see a few ways of achieving it:
a) Disable timeouts entirely in debug mode
b) Disable the timeout counter while a breakpoint is active
c) Other??
Would you mind filing a new issue to discuss?
Originally posted by @samtstern in #1360 (comment)