cancel
Showing results for 
Search instead for 
Did you mean: 

debug doesn't work

itaKraus
Explorer
0 Kudos
154

hi

 i am working in sap by design solution 

i finish devekope my sulution 

i moove it to the prod tenant 

now i have to do some changes in the solution 

so i created patch then i get a new solution in the test tenant in a ststus "in development "

 

now i want to debus this solution 

i set breakpoints 

and start debug mode 

i dont see any problem or alert 

but actually the code running not stop in the breakpoint that i set 

what can be the problem ?

i can add one more detailes 

the last action that i did in the first basic solution 

was to create a .bac file

 Could it be related to this?

what can i do now 

i must have the option to debug this solution 

 

 

piedad_marquez2
Explorer
0 Kudos
Check the user with which you are logged in in c4c and the user that you have put in the sdk for the debug. Administration / Option and setting... /SAP/General Settings /Debugging and tracing
piedad_marquez2
Explorer
0 Kudos
Check the user with which you are logged in in c4c and the user that you have put in the sdk for the debug.Administration / Option and setting... /SAP/General Settings /Debugging and tracing
View Entire Topic
LewisTPeters
Discoverer
0 Kudos

By default a patch solution is disabled --- you have to enable it (which disables the original solution). You'll be able to check that in the Implementation Manager window. Alternatively, if you follow the code in the debugger then it'll tell you which solution ID the script is running in --- it'll most likely show the original solution ID, not the one of your patch.