vscode-azure-blockchain-ethereum
vscode-azure-blockchain-ethereum copied to clipboard
Error occured in debug mode: Cannot read property 'id' of undefined
I get this error while trying to debug a transaction.
OS: Mac 11.6 BigSur VS Code: 1.62.3 Extension: 1.6.2
Any ideas?
This is where the errors seem to be located (using developer tools):
workbench.desktop.main.js:formatted:75875 ERR [Extension Host] (node:28390) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Code Helper (Renderer) --trace-deprecation ...` to show where the warning was created)
workbench.desktop.main.js:formatted:17637 [Extension Host] (node:28390) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use `Code Helper (Renderer) --trace-deprecation ...` to show where the warning was created) (at writeOut (internal/process/warning.js:43:3))
E @ workbench.desktop.main.js:formatted:17637
workbench.desktop.main.js:formatted:148590 Error occured in debug mode: Cannot read property 'id' of undefined
onDidChangeNotification @ workbench.desktop.main.js:formatted:148590
Adding the configuration to launch.json causes the same issue, and it also shows this error:
Incorrect type. Expected "string[]".
Array of file paths of solidity files to debug