Skip to content

How to set a wait timeout? #5

@dotnetwise

Description

@dotnetwise

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions