<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Do you get any output from lldb upon setting the breakpoint?</div><div>That would be a first step. You can also issue a breakpoint list command to check all breakpoints and see if they resolved correctly.</div><div><br>Sent from the iPhone of<div><i>Enrico Granata</i> <egranata@🍎.com></div></div><div><br>On Dec 25, 2013, at 8:45 AM, liu chao jun <<a href="mailto:amiko212@126.com">amiko212@126.com</a>> wrote:<br><br></div><blockquote type="cite"><div><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></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>lldb-dev mailing list</span><br><span><a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a></span><br><span><a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a></span><br></div></blockquote></body></html>