<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"> hi all ,<br>     This is amiko who is a new lldb user ,There is same questions  need your help <br>1, Can lldb  debug C/C++ project .ext file directly  like gdb or not ? <br>2 ,Here is a simple c project named helloword  the detail source please follow below:<br><br>// helloworld.c \<br>1 #include <stdio.h><br>2 int main()<br>3 {<br>4     int i  ;<br>5     for(i=0 ;i<2;i++)<br>6    {<br>7       printf ("hello world\n");<br>8    }<br>9      return 0 ; <br>10 }<br>my step is <br>1 clang -g -o helloworld helloworld.c<br>2 $lldb helloworld<br>3<lldb> b hellowold.c:7<br>4 run <br>I think it will pause in line 7 .however it seems fail ,and print two hello world , In other word setting breakpoint operation does not useful . Is any error or fault for my operations ,Thank you very much ,And looking forward to your reply ,Thanks again .  <br><br><br><br></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>