Hi all

I am new this debugger. I need any one to reply immediately for my query.


I need your help. Is it possible in GDB debbugger keeping the BreakPoint(BP)
instead of line numbers in the source file. Because for me source code keep
on changing. Any other way to solve the issue.


Clarification:
is it possible in debugger keeping the BP in particlur if condition or
string 
e.g
1.  void main()
2.  {
3.  int i=0;
4.  printf i;
5. }
For the above case i need to keep the BP at (i=0;) without the help of line
number. we need to search that line and should keep the break point?
-- 
View this message in context: 
http://www.nabble.com/Keep-the-breakpoint-instead-of-line-numbers--tp21074515p21074515.html
Sent from the Gnu - gdb - General mailing list archive at Nabble.com.



Reply via email to