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

how to do debugging.

Former Member
0 Likes
756

hello

i m not comfertable with debugging in source code program.

plz tell me this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
712

Hi Ruchi,

Debugging is a very useful tool.

You can debug a program by setting a breakpoint ( STOP button ) in a particular line in a code or by typing /h in the top left corner box to switch on the debugger. Once its done , execute.

The debugger executes each line one by one, or directly proceeds to the Breakpoint if u have set one.

You can double click any field and see its value and even modify it in the debugger.

To see the contents of a table, click the "Table" tab when the debugger is on and type the table name. You will be able to view the internal table contents. You can also modify the values present in the table here.

Hope I have been helpful. <REMOVED BY MODERATOR>

Regards.

Edited by: Alvaro Tejada Galindo on Feb 4, 2008 5:59 PM

6 REPLIES 6
Read only

former_member188829
Active Contributor
Read only

Former Member
0 Likes
712

Hi Ruchi

This is gud one please hav a look into this

[http://www.sappro.com/downloads/Settings&SystemAreas.pdf]

<REMOVED BY MODERATOR>

Regards

hitesh

Edited by: Alvaro Tejada Galindo on Feb 4, 2008 5:58 PM

Read only

Former Member
0 Likes
713

Hi Ruchi,

Debugging is a very useful tool.

You can debug a program by setting a breakpoint ( STOP button ) in a particular line in a code or by typing /h in the top left corner box to switch on the debugger. Once its done , execute.

The debugger executes each line one by one, or directly proceeds to the Breakpoint if u have set one.

You can double click any field and see its value and even modify it in the debugger.

To see the contents of a table, click the "Table" tab when the debugger is on and type the table name. You will be able to view the internal table contents. You can also modify the values present in the table here.

Hope I have been helpful. <REMOVED BY MODERATOR>

Regards.

Edited by: Alvaro Tejada Galindo on Feb 4, 2008 5:59 PM

Read only

Former Member
0 Likes
712

Hi,

You can set a debug point at a particular point in the source code by pressing the debugging (stop) button.

When execute it gets into debug mode.

Else, you can type /H command abd execute the program ,it will go to debug mode.

Else, you can keep a static break point by writing the satement : break user name.

In dbugging mode you can set watch points and set break points at particular statement also.

You have other options also like update debugging etc., when there is a update FM being called in the code.

There are many options available.

KindRegards,

khader.