vknabel / vscode-swift-development-environment

New home of Swift Development Environment for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swift-development-environment
Apache License 2.0
175 stars 14 forks source link

Unable to determine byte size #53

Closed lokinfey closed 5 years ago

lokinfey commented 5 years ago

Hi

I need to debug swift code on linux , I set breakpoint in my code 
Screen Shot 2019-08-09 at 8 56 37 PM
I want to go to check my variable value , but it shows some error:
Screen Shot 2019-08-09 at 8 57 21 PM

It shows :

Traceback (most recent call last): File "/home/xxx/.vscode-server-insiders/extensions/vadimcn.vscode-lldb-1.3.0/adapter2/codelldb.py", line 66, in evaluate_in_frame result = eval(script, eval_globals, eval_locals) File "", line 1, in NameError: name 'fooBinary' is not defined

What't the problem about that in vs code debug watch tag ?

vknabel commented 5 years ago

Hi @lokinfey! I wish I could help you. But the error you are experiencing is located in the vadimcn/vscode-lldb extension. Please open an issue there.

To help your issue being resolved fast, append relevant portions of your launch.json or even provide a repository containing all relevant code to reproduce the issue.

Feel free to open new issues here, if you have questions regarding Maintained SDE or the documentation within the repository!