The best thing I can have is a log file from the App Engine. Is there anyway I can do a proper peoplecode debugging with App Engine?

Thanks,

Tags: application, dedug, engine, peopelcode, peoplesoft

Views: 107

Reply to This

Replies to This Discussion

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 App Engine.
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() function, set the breakpoint there, it will flow to the peoplecode of the app engine. ...
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..
In the process definition , go to that particular process , in the over ride option set some trace value, it should generate the trace file.

RSS

© 2012   Created by PSoftPros.

Badges  |  Report an Issue  |  Terms of Service