Skip to content

Emulator chokes #279

Open
Open
@d3nd3

Description

@d3nd3

Emulator only issue. The trace() function seems to be the cause.

var counter = 0;
let testFn = function() {
  trace();
  print("-----------",counter,"--------------");
  counter++;
};

print("----------------begin----------------");
setInterval(()=>testFn({}),500);

The code is choking and stalls for large periods of time, eventually barely progresses. I notice first stall around counter == 32.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions