ioncodes / idacode

An integration for IDA and VS Code which connects both to easily execute and debug IDAPython scripts.
725 stars 77 forks source link

a key error in use vscode connect to ida #29

Closed guapizhu closed 3 years ago

guapizhu commented 3 years ago

ida_version:7.6 tornado_version:6.0 debugpy_version:1.5 python_version:3.6

github
ioncodes commented 3 years ago

That looks like you haven't set the workspace path when starting IDACode in VSCode. Note how the preview asks for a path. Can you double-check that you have a folder open in VSCode and that the path matches?

guapizhu commented 3 years ago

thanks, May the light be with you.