Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug LLDB Support and Task Instructions for Visual Studio Code #1

Merged

Conversation

ltfschoen
Copy link

  • Add LLDB support instead of just LLDB-MI to Visual Studio Code config
  • Add instructions to to configure Tasks for Visual Studio Code including setting RUSTC environment variable

"name": "LLDB mode -p",
"program": "${workspaceFolder}/target/debug/cli",
"cwd": "${workspaceFolder}",
"args": "-l 4 mode -p",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this is already a default, come to think of it having the traceback level as a default seems excessive. While it's convenient when you need a traceback, when you don't need it it clutters up the output.

@ltfschoen ltfschoen changed the title Blob serialization v 5 Debug LLDB Support and Task Instructions for Visual Studio Code May 14, 2018
@ltfschoen
Copy link
Author

@jamesray1 Agreed. I've added a commit to remove the unnecessary logging flag

@jamesray1 jamesray1 merged commit 1dc361e into jamesray1:blob-serialization-v-5 May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants