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

break points

Former Member
0 Likes
418

what is the icon that represents a break point

4 REPLIES 4
Read only

gopi_narendra
Active Contributor
0 Likes
400

STOP Button on the toolbar in RED Color or press Ctrl + Shift + F12

Regards

Gopi

Read only

Former Member
0 Likes
400

there is a red icon written stop on it. that is used for break points.

regards,

Ruchika

Read only

Former Member
0 Likes
400

Hi,

STOP button on the toolbar RED color button.

Regards,

Priyanka.

Read only

Former Member
0 Likes
400

Suresh,

If the break points are created in the coding itself :

u can identify it

1. break-point .

2. break <user-name> . ( for that particular user )

if break points are assigned dynamically or manually during execution

u can see STOP inside a red circle .

~ Laxmi

  • reward for helpful answers