ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sanja Byelkin <sanja@mysql.com>
To: community@altlinux.ru
Subject: Re: [Comm] пошаговая отладка в линуксе
Date: Sat, 12 Oct 2002 10:56:56 +0300
Message-ID: <20021012075656.GB2123@sanja.is.com.ua> (raw)
In-Reply-To: <3DA79641.4010809@inbox.ru>

Привет!

On Sat, Oct 12, 2002 at 10:25:53AM +0700, Михаил Пожидаев wrote:
> Здравствуйте, сообщество.
> Подскажите, пожалуйста, что и как надо настроить и что нужно 
> запустить для того, чтобы можно было проводить пошаговую отладку 
> в консоли программ на С, откомпилированных при помощи gcc?

Для начала надо откомпилить программу с отладочной информацией, по крайней
мере опция -g (man gcc).

ну вообщем этого должно хватить в обычном случае, потом gdb <программа>.
Управление gdb посмотрите в документации (info gdb).
на первый случай хватит 6 команд:
break <точка останова> - установить break point (где <точка останова> или
                         имя функции или имя_файла:номер_строки)
run <параметры> - запустить программу;
s - step in (если в текущей строке функция - войти в нее, или тоже с
             циктом);
n - next к следующему оператору;
cont - продолжить выполнение;
print <выражение> - распечатать значение выражения.

Если есть возможность - удобнее использовать графическую оболочку к
отладчикам - ddd.

-- 
Regards,
Alexander


  reply	other threads:[~2002-10-12  7:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-12  3:25 Михаил Пожидаев
2002-10-12  7:56 ` Sanja Byelkin [this message]
2002-10-14  5:06 ` Андрей Великоредчанин

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021012075656.GB2123@sanja.is.com.ua \
    --to=sanja@mysql.com \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git