vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.52k stars 245 forks source link

unable to find executable for codelldb #921

Closed jorgie-craftlord closed 1 year ago

jorgie-craftlord commented 1 year ago

OS: 22621.1555 VSCode version: 1.77.3 CodeLLDB version: 0.2.0 Compiler: SwiftForWindows-2.0.exe Debuggee: Swift

Attempted to debug simple code to check debugger then an error came up from VSCode stating "Unable to find executable for" followed by file name.

executable code codellbd

vadimcn commented 1 year ago

You need to replace \<executable file> with the path of the actual executable you are debugging.