Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding status in debugging

Former Member
0 Likes
421

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.

2 REPLIES 2
Read only

Former Member
0 Likes
349

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.

Read only

0 Likes
349

hi,

i am using latest debugger.