You can get online help from gdb itself by using the command help.
Możesz uzyskać pomoc on-line z samego gdb, wpisując komendę help.
Then in gdb you can do printqstring myqstring to see its contents.
W gdb możesz wtedy użyć printqstring myqstring, aby zobaczyć jego zawartość.
For more information about how to use gdb, see this page
Więcej informacji o gdb znajdziesz na tej stronie.
Run gdb in a special shell (mainly for automake projects)
Uruchom gdb w specjalnej powłoce (dla projektów korzystających z automake)
Do not run gdb compatibility mode and print less information
Nie uruchamiaj trybu zgodności gdb i wypisuj mniej informacji
Once you have a core file for a crash, you can examine it with gdb appname core.
Jeśli już masz plik core, możesz przebadać go przy użyciu gdb.
Use "gdb -tui" instead.
Użyj "gdb -tui" zamiast tego.
Following table provides some commands in gdb
Poniższa tabela zawiera kilka poleceń w gdb
Run gdb session without downloading debug symbols
Rozpoczęcie sesji gdb bez pobierania symboli debugowania
It precludes the easy use of debugging tools (gdb), but when you use these, you just don't care about size and speed anymore anyway.
Wyklucza to łatwe użycie narzędzi odpluskwiających (gdb), ale kiedy chcesz ich użyć, nie martw się o rozmiar i prędkość kodu.
Start an interactive gdb session with the report's core dump (-o ignored; does not rewrite report)
Uruchamia interaktywną sesję gdb na zrzucie pamięci zgłoszenia (ignoruje opcję -o; nie przepisuje zgłoszenia)
You are now within gdb.
Jesteś teraz wewnątrz gdb.
gdb: command line debugger
Gdb: wiersz poleceń debugger