I am trying to debug a program in ms core under ubuntu. It is going, but when it starts, it reports a file availability error, giving a message before it that FileSyatem.dll and InteropService.dll are loaded without symbols. At the same time, there is a file that does not open.
- Details. I am using VS code. Loaded '/usr/share/dotnet/shared/Microsoft.NETCore.App/2.2.0/System.IO.FileSystem.dll'. Module was built without symbols. Loaded '/usr/share/dotnet/shared/Microsoft.NETCore.App/2.2.0/System.Runtime.InteropServices.dll'. Module was built without symbols. - Sawa Akisawa
|