gcc -g -O0 main.c -o mainでデバック情報を作成した後にlldb mainでデバッガを起動してb main.c:8を実行したらブレイクポイントが設定された updated: 2026/01/16 created: 2026/01/16