Application Development 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: 

how to create watch points in ECC 6.0

Former Member
0 Kudos

Hi Experts,

How to create watch points in ECC 6.0

Thanks.

6 REPLIES 6

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You mean in the new debugger? If so, there is a tab for this, called Break/Watchpoints, then under that tab, there is another tab for "Watchpoints". There you can create your watchpoint.

Regards,

Rich Heilman

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Or from the menu, choose "Breakpoints", then "Create Watchpoint".

Regards,

Rich Heilman

0 Kudos

could u plz provid the navigation to cretae the watch point

because in 4.7 version clearly we can see the exact point where we need to mention the value for a particualr field.

but i am unable to find the in ECC 6.0

Thanks

0 Kudos

Dear Kalyan,

The moment the debugger starts, there will be an icon for "Watchpoint" exactly after F5, F6, F7, F8 and a big STOP red button on the application tool bar. Once you click on that Watchpoint button, it will take you to the screen where you need to define the exact field and its relative operator along with the condition to be checked.

Hope this is clear. No navigation needed for this.

-Syed.

soumya_jose3
Active Contributor
0 Kudos

Hi Kalyan,

When the new debugger starts, click on the button 'Watch point (Shift +F4).

In the pop up that comes you can put your variable where watch point is required and the condition to be satisfied for the variable by expanding 'Display condition' button in it.

Regards,

Soumya.

Former Member
0 Kudos

over