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
Thanks for including documentation on using VS Code on HPC. I have a method for attaching a python debug process that others may find useful. Feel free to add this to the VS Code docs page if you're interested.
Tips for debugging on HPC
Create a "Python: Remote Attach" configuration in VS Code
Thanks for including documentation on using VS Code on HPC. I have a method for attaching a python debug process that others may find useful. Feel free to add this to the VS Code docs page if you're interested.
Tips for debugging on HPC
record the
<user@hostname>
for that job (e.g.mblonsky@x1008c0s0b0n1
)debugpy
module (you may need to update your environment or install thedebugpy
package):The text was updated successfully, but these errors were encountered: