Hi,
i have few programs which i have compiled using "make all". When i debug the main program, during debugging i get the following message :
****Stepping over inlined function code.***
As a result i am unable to debug the program line by line. The debugging is random. I am using gdb to debug
As an example :
I debug line 100 and then wish to debug the next line 101 by pressing "n", i am unable to do so. Because i get the above message and it debugs the line 300 instead of 101.
I have not defined any function as inline.
Please help
Thanks