<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:tahoma, new york, times, serif;font-size:12pt">>Are you sure the program is not built with optimization?<BR>
<DIV></DIV>
<DIV>Yes it had. The new problem is when I comment this line:</DIV>
<DIV> </DIV>
<DIV>GCC_OPTFLAGS=-O3 -funroll-loops -fno-strict-aliasing -ggdb<BR></DIV>
<DIV>and recompile agian and attach the process to kdevelop, it does stop on breakpoints. I have set several breakpoints in the code but none of them is able to stop the process.</DIV>
<DIV> </DIV>
<DIV>Do you have any idea about that?</DIV>
<DIV>
<DIV><FONT style="BACKGROUND-COLOR: #ffffff" color=#0080ff size=2 face="arial, helvetica, sans-serif"><STRONG>// Naderan *Mahmood;</STRONG></FONT></DIV></DIV>
<DIV><BR></DIV>
<DIV style="FONT-FAMILY: tahoma, new york, times, serif; FONT-SIZE: 12pt"><BR>
<DIV style="FONT-FAMILY: tahoma, new york, times, serif; FONT-SIZE: 12pt"><FONT size=2 face=Tahoma>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Vladimir Prus <ghost@cs.msu.su><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> kdevelop@kdevelop.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sat, January 22, 2011 11:48:35 AM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: debugger malfunctioning<BR></FONT><BR>Y"Mahmood Naderan" <<A href="mailto:nt_mahmood@yahoo.com" ymailto="mailto:nt_mahmood@yahoo.com">nt_mahmood@yahoo.com</A>> wrote:<BR><BR>>Hi,<BR>>I have noticed two malfunctions in kdevelop debugger but don't know<BR>>whether they <BR>>are bug or not and if they really bugs, how to report them.<BR>>1- Sometimes when I click "continue" to reach a breakpoint, the pointer<BR>>comes to <BR>>the bug icon. That is fine, however after I press f10 (step over), I<BR>>noticed <BR>>that debug pointer goes one step back (the line before bug icon) and<BR>>then by
 <BR>>pressing f10 again it comes to the bug icon. Another f10 will forward<BR>>the <BR>>pointer to the line after bug icon. In another word, consider I have<BR>>put a <BR>>brackpoint on line 670:<BR>>  668<BR>>  669<BR>>*670<BR>>  671<BR>>  672<BR>><BR>>clicking on "continue" will show:<BR>>  668<BR>>  669<BR>>->*670<BR>>  671<BR>>  672<BR>><BR>>one f10:<BR>>  668<BR>>->  669<BR>>*670<BR>>  671<BR>>  672<BR>><BR>>Another f10:<BR>>  668<BR>>  669<BR>>->*670<BR>>  671<BR>>  672<BR>><BR>>Another f10:<BR>>  668<BR>>  669<BR>>*670<BR>>->  671<BR>>  672<BR>><BR>>Don't you think it is abnormal?<BR>><BR>>2- Another malfunction is that, when I click "continue" it goes some<BR>>line after <BR>>the bug icon. I have
 attached a picture that shows the behavior. You<BR>>may say, <BR>>the debugger reached the bug icon and then I pressed "step over" but<BR>>believe me <BR>>I just pressed "continue" and saw that. I didn't pressed "step over".<BR>><BR>>Any idea about them?<BR>>// Naderan *Mahmood;<BR>><BR>><BR>>_______________________________________________<BR>>kdevelop mailing list<BR>><A href="mailto:kdevelop@kdevelop.org" ymailto="mailto:kdevelop@kdevelop.org">kdevelop@kdevelop.org</A><BR>><A href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop" target=_blank>https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop</A><BR><BR>Are you sure the program is not built with optimization?<BR><BR>-- <BR>Sent from a mobile device -- please excuse my brevity.<BR><BR>_______________________________________________<BR>kdevelop mailing list<BR><A href="mailto:kdevelop@kdevelop.org"
 ymailto="mailto:kdevelop@kdevelop.org">kdevelop@kdevelop.org</A><BR><A href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop" target=_blank>https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop</A><BR></DIV></DIV></div><br>

      </body></html>