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: 

debugging issue

Former Member
0 Kudos

after entring values in my transation when i am pressing enter key debugging screen is opening.

can you please guide me how to off my debugging option

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Manu,

There is a option Debugging ->Debugging off.

Regards,

Atish

8 REPLIES 8

Former Member
0 Kudos

Hi Manu,

There is a option Debugging ->Debugging off.

Regards,

Atish

Former Member
0 Kudos

Hi Manu,

Remove all Break-points from your program.

Thanks.

Former Member
0 Kudos

Hi,

May be there is a hard coded break point.

Sudheer.A

Former Member
0 Kudos

Hi

Do like This And Try Again.....

Utilities->Breakpoints->Delete All Break Points..

Also Check whether u Run a Program like "RSTXDEBUG" Before..If runs this program stot this now and Try again.....

Reward All Helpfull Answers

former_member223537
Active Contributor
0 Kudos

In the debugging option , click on Debugging - Debugging-off.

Click on break-point & delete all. Click on SAVE.

Former Member
0 Kudos

when you are in debugging mode

in menu <b>Debugging-->Debuggin off</b>

sreeramkumar_madisetty
Active Contributor
0 Kudos

Hi

Use <b>Debugging ->Debugging off</b>.

Otherwise use <b>Watch Points</b> that can perfectly suits for your requirement.

Regards,

Sree

Former Member
0 Kudos

Hi,

You need to delete the Break points from the program, goto UTILITIES --> BREAKPOINTS --> DISPLAY then select all break points and delte all those break points, then search flor any hard coded break points in your Program, search fro BREAK key word then coment those liens then activate the program and run it

Regards

Sudheer