-
Couldn't load subscription status.
- Fork 17
Feature : Enable LLDB Debugging for R Dev Container #267
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
base: devel
Are you sure you want to change the base?
Conversation
…code inside the container
…e the scripts need to be accessed from the container
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is getting close, but we need to avoid hard-coding the root directory.
Another place this needs to change is in the postCreateCommand: use ./scripts/localscript.sh not /workspaces/r-dev-env/scripts/localscript.sh.
Also, delete rm INIT in welcome_message.sh as the INIT file no longer exists (this should have been part of #263 but we can tidy that up here).
…er is loaded and updated launch r to use relative path
…configure command
|
Hi @hturner , |
|
Hi @hturner , |
|
The version of R used in the bash terminal is defined by the path returned by So to check things are working properly:
|
cea7995 to
17591ff
Compare
|
I have updated the relevant section in I have updated the |
|
Hi @hturner , |




Added lldb debugging functionality
Closes #196 and #30