We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a410d commit d11758aCopy full SHA for d11758a
utils/debug/remoteDebugger.go
@@ -14,10 +14,6 @@ type RemoteDebugger struct {
14
ctx fvm.Context
15
}
16
17
-// ReusableCadenceRuntimePoolSize is the size of the reusable cadence runtime pool.
18
-// Copied from engine/execution/computation/manager.go to avoid circular dependency.
19
-const reusableCadenceRuntimePoolSize = 1000
20
-
21
// NewRemoteDebugger creates a new remote debugger.
22
// NOTE: Make sure to use the same version of flow-go as the network
23
// you are collecting registers from, otherwise the execution might differ
0 commit comments