前回のままではデバッグがうまくいかない。
ブレイクポイントを設定して実行しても、
Dwarf Error: Missing children for type unit
と表示されブレイクポイントで停止せずに実行される。
http://www.digitalmars.com/d/archives/digitalmars/D/Doesn_t_work_Ubuntu_10.10_DMD_2.049_GDB_7.2_119346.htmlを見ながら設定したらできたので、ここに残しておく。
Settings > Compiler and debugger...を選択。
Compiler FlagsタブのCompile in debug code [-debug]をチェックを入れる。
Other optionsタブに-gcと入力。
OKを選べば、ブレイクがかかるようになった。
0 件のコメント:
コメントを投稿