I have a .Net Core (ver 8.0) multiproject solution which uses a native library on Linux (.so).
When I start the project with debugger on, the program exits with code 0 and without any messages when hitting the line which loads the library.
Without the debugger, it runs without issues.
How can I get debugging to work?
3