"place this trace value -toolstracepc 3596 on overide options tab in the app engine process defn ..
parameter list: Append = -toolstracepc 3596
This will create a peoplecode trace.."
"I found a way to interactively debug pplcode in an app engine meaning using the debug menu in App Designer and go through each breakpoints.
I created a page with a push button. In the fieldchange pplcode event of that field, use the callappengine()…"
"I have done the same where I have created a log file and then written to it at certain points. Another trick I have done is to test my PeopleCode outside of App Engine using the debugger. Then, once I know it is working as desired, I plug it into…"