Environment:
node.js, Tealscript, VS Code, AlgoKit AVM Debugger v1.1.1
"algosdk": "^3.0.0"
@algorandfoundation/algokit-utils: "^8.0.3"
@algorandfoundation/algokit-utils-debug: "^1.0.2"
HelloWorld.test.ts
...
import { Config } from '@algorandfoundation/algokit-utils';
import { registerDebugEventHandlers } from '@algorandfoundation/algokit-utils-debug';
import { HelloWorldClient, HelloWorldFactory } from '../contracts/clients/HelloWorldClient';
Config.configure({ debug: true, traceAll: true });
registerDebugEventHandlers();
Issue:
When I try to run the VS Code "AlgoKit AVM Debugger" on ANY .trace.avm.json file, I get an error
'Response is missing required field 'pool-error': [object Objct]'