You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently made some updates to the debugger protocol adapter and would like to test my changes, but I’m not entirely sure how to properly compile and test the adapter. It would be really helpful if there were some documentation in the CONTRIBUTING.md file or elsewhere in the repo that outlines:
How to compile the debugger protocol adapter after making changes.
Steps for installing and running the modified adapter to test changes or the extension itself
Thanks
The text was updated successfully, but these errors were encountered:
This will hopefully not be too difficult. You simply have to install the modified version of vscDebugger as you would any other R package (from source). This will overwrite the "official" package and automatically be used by the vscode extension. To go back, you can install the current master version the same way. Since the package contains compiled C code, you might need to be careful that the package is not loaded anywhere, which might cause the installation to fail.
I'll add a few lines to CONTRIBUTING.md about this.
Hi,
I recently made some updates to the debugger protocol adapter and would like to test my changes, but I’m not entirely sure how to properly compile and test the adapter. It would be really helpful if there were some documentation in the
CONTRIBUTING.md
file or elsewhere in the repo that outlines:Thanks
The text was updated successfully, but these errors were encountered: