これは非常に一般的な問題であることは知っていますが、多くのことを試しましたが、誰も解決策を教えてくれません。C::B を使用した C++ のプログラムがありますが、デバッグできません。プロジェクトの「ビルド オプション」で「-g」オプションにチェックを入れています。そして、デバッガーとして「gdb.exe」があります。しかし、結果は次のとおりです。
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Release
Adding source dir: I:\Juego para practicar\
Adding source dir: I:\Juego para practicar\
Adding file: bin\Release\Juego para practicar.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
**(no debugging symbols found)...(gdb)**
Debugger name and version: GNU gdb 5.2.1
No symbol table is loaded. Use the "file" command.
Program exited with code 030000000472.
Debugger finished with status 0
私に何ができる?私はすべてを証明しましたが、デバッグなしで残ります。