<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sodomojo</author_name>
  <author_url>https://blog.hatena.ne.jp/sodomojo/</author_url>
  <blog_title>山歩きプログラマー</blog_title>
  <blog_url>https://sodomojo.hatenadiary.org/</blog_url>
  <categories>
    <anon>Linux</anon>
    <anon>ソフトウェアエンジニアリング</anon>
    <anon>C/C++</anon>
  </categories>
  <description>GDBを使ってデバッグをしてみる。 コマンド 概要 r (run) 実行 s (step) １ステップ実行 (関数内に入る) n (next) １ステップ実行 (関数内に入らない) c (continue) 次のブレークポイントまで実行 p (print) [変数/関数] 変数や関数の戻り値を表示 b (break) [行番号/関数名] ブレークポイントを作る i (info) b (break) ブレークポイントの情報を表示 d (delete) [ブレークポイントID] 指定したID(&quot;i b&quot;コマンドで見る)のブレークポイントを削除 set [var]=[val] 変数に値を代入 q (…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsodomojo.hatenadiary.org%2Fentry%2F20080408%2F1207675037&quot; title=&quot;GDBでデバッグ - 山歩きプログラマー&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-04-08 02:17:17</published>
  <title>GDBでデバッグ</title>
  <type>rich</type>
  <url>https://sodomojo.hatenadiary.org/entry/20080408/1207675037</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
