‎2008 Jun 04 11:26 AM
hi experts,
what are status symbols in debugging? in my program i am getting the status like 'BELL' symbol.what is the meaning for that?
and i have one more doubt,
if i put WATCH POINT in debugging whether it will be there after execution or not?
please explain about watch point concept.
thanks in advance.
rgds,
nag.
‎2008 Jun 04 11:33 AM
hi....
can i know where are these status symbols exactly.are you uing the latest debugger???
and watch points are set accoding to conditions.
This means that if the particular condition is met then the program goes into debugging mode.
The program will stop at that particular condition.
‎2008 Jun 06 7:59 AM