JetBrains / debugger-agent

Apache License 2.0
12 stars 2 forks source link

StateFlowImpl safe support #6

Closed AlexVanGogen closed 1 month ago

AlexVanGogen commented 1 month ago

Without this check, instrumentation of a pure coroutine library adds bytecode instructions calling methods that don't exist in the library (hence No...FoundErrors). Other instrumentations don't need additional checks: