cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Method Code

Former Member
0 Kudos

Hi All,

I coded GET_ENTITY and GET_ENTITYSET methods

and I can execute my URI from my browser to see the output.

But how if I want to debug my code ?

From the documentation that I read so far, these are the options :

* using query string sap-ds-debug

* or using the error log of /IWFND/SUTIL_GW_CLIENT

My question : can I put break point in my code and then run the URI from /IWFND/SUTIL_GW_CLIENT maybe to debug my code ?

or maybe you have another idea on how to do this.

Thank You and appreciate your help !

Accepted Solutions (1)

Accepted Solutions (1)

UweFetzer_se38
Active Contributor
0 Kudos

Just set an external breakpoint in your code and call the URL

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

To add to Uwe's answer,

If you do not know about external debugging, use this link.

http://help.sap.com/saphelp_gateway20sp06/helpdata/en/af/0cb5403fd63426e10000000a1550b0/content.htm

External debugging is user specific. If it does not stop at he code, check the debugging settings.