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'm struggling with attaching to a process running in a linux container (Ubuntu 23.04, with openssh-server and gdb installed).
Open empty visual studio / no code.
If I try Attach to Process -> Docker (Linux Container) it works perfectly, with breakpoints etc.
If I try Attach to Process -> SSH (have configured and testet connection ubuntu@localhost port 22 is bound to port 2222 locally.)
This seems to start (I pick the process and Native (GDB) debugger and Attach), but hangs indefinetly (until i kill visual studio) on
Loading Symbols
Loading symbols for module /lib/x86_64-linux-gnu/libcrypto.so.3
I have checked that the file exists. Also, since attaching through Docker (Linux Container) works, this should be ok.
Hi,
I'm struggling with attaching to a process running in a linux container (Ubuntu 23.04, with openssh-server and gdb installed).
Open empty visual studio / no code.
If I try Attach to Process -> Docker (Linux Container) it works perfectly, with breakpoints etc.
If I try Attach to Process -> SSH (have configured and testet connection ubuntu@localhost port 22 is bound to port 2222 locally.)
This seems to start (I pick the process and Native (GDB) debugger and Attach), but hangs indefinetly (until i kill visual studio) on
Loading Symbols
Loading symbols for module /lib/x86_64-linux-gnu/libcrypto.so.3
I have checked that the file exists. Also, since attaching through Docker (Linux Container) works, this should be ok.
I have tried to enable logging https://github.com/microsoft/MIEngine/wiki/Logging#enabling-logging-from-visual-studio
but I didn't get any output to the console.
The text was updated successfully, but these errors were encountered: