ClearScript icon indicating copy to clipboard operation
ClearScript copied to clipboard

Allow for AwaitDebugger but don't pause on first

Open BinarySpike opened this issue 6 months ago • 4 comments

For performance/quality-of-life reasons, I'd like to wait for a debugger to attach, but not pause directly after. See: https://github.com/microsoft/ClearScript/blob/1ba26876fc9dc1dd290fac657914cc1a8cf4c487/ClearScriptV8/V8IsolateImpl.cpp#L737C1-L737C25

Would adding a flag and skipping the identified line be a reasonable way to implement this?

BinarySpike avatar Aug 07 '24 13:08 BinarySpike