You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we benchmark when the debugger does not connect to a client. We need to add two more cases because we can also add further optimizations for those cases
Benchmark the case where the debugger connects to a client but no breakpoint is set and the code is just run.
Benchmark the case where the debugger connects to a client and some breakpoint is set
Currently we benchmark when the debugger does not connect to a client. We need to add two more cases because we can also add further optimizations for those cases