Ich richte ein C++-Programm auf einem OpenSUSE-System in VS Code ein und debugge es.
Der Debugger funktioniert ordnungsgemäß und ohne Probleme.
Aber ich erhalte eine Popup-Fehlermeldung mit der Meldung Unable to open 'start.S': Unable to read file '/home/abuild/rpmbuild/BUILD/glibc-2.26/sysdeps/x86_64/start.S' (Error: Unable to resolve non-existing file '/home/abuild/rpmbuild/BUILD/glibc-2.26/sysdeps/x86_64/start.S').
:
Screenshot ist -
Meine Betriebssysteminformationen sind -
$ lsb_release -a
LSB Version: core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch
Distributor ID: openSUSE
Description: openSUSE Leap 15.1
Release: 15.1
Codename: n/a
Wie kann ich diesen Fehler beheben?
Antwort1
Schauen Sie sich IhreDatei:start.jsonstopAtEntry
Konfiguration. In meinem Fall muss ich es auf „false“ setzen, um dieses Problem zu beheben.