Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
578 stars 60 forks source link

ftrace not doing anything #44

Closed hacker-DOM closed 4 years ago

hacker-DOM commented 4 years ago

Hi,

I am on 0.0.22. When I click funcSig, I correctly get the function signature. But when I click ftrace, nothing happens. Here is the top most output from my dev console:

console.ts:137 [Extension Host] stack trace: ReferenceError: opts is not defined
at Object.FunctionCall (/Users/dteiml/.vscode/extensions/tintinweb.solidity-visual-auditor-0.0.22/node_modules/surya/lib/ftrace.js:563:13)
tintinweb commented 4 years ago

thanks for also filing this upstream @hacker-DOM. Should be fixed with the next release updating surya.

cheers, tin

Renzo1 commented 1 year ago

I am current facing the same issue. Any help please?