NodeVsDebugger icon indicating copy to clipboard operation
NodeVsDebugger copied to clipboard

How to set a wait timeout?

Open dotnetwise opened this issue 12 years ago • 1 comments

If you are doing async it doesn't wait. i.e.

setTimeout(function() {
//some code
}, 1000);

The debugger will prematurely exit and you can't debug.

How can I make it stay a period of time?

dotnetwise avatar Jun 18 '13 12:06 dotnetwise

Hello!

I cannot reproduce this bug. Do you have some code inside the function? Do you set a breakpoint on that code?

omgtehlion avatar Jun 25 '13 17:06 omgtehlion