App Engine Debugging Article
Forum » Forum / Existing Content » App Engine Debugging Article
Started by: AOlson (guest)
On: 1263491121|%e %b %Y, %H:%M %Z|agohover
Number of posts: 2
rss icon RSS: New posts
App Engine Debugging Article
AOlson (guest) 1263491121|%e %b %Y, %H:%M %Z|agohover

Hello,
I was running through your article on App Engine debugging utilizing pase.

http://peoplesoft.wikidot.com/debugging

When I run it i am getting a message return saying the following:
Message Set Number: 0
Message Number: 0
Message Reason: Debugging nas been foricble disabled do to a configuration or Communication Problem. (0,0)

Any idea what i need to enable to make this work? I am trying to figure out a better way of debugging anything related to Peoplesoft and hoping this will help me.

My second question is, do you utilize the debugging features within PeopleSofts App Designer? If so, how well does it work? i would like to find a utility that I am able to place break points in app engines for example, and evalute variables, objects i have created, etc. Similar to Visual Studio. is there any of this functionality within PeopleSoft that you are aware of?

Thanks again for the great site!

Reply  |  Options
Unfold App Engine Debugging Article by AOlson (guest), 1263491121|%e %b %Y, %H:%M %Z|agohover
Re: App Engine Debugging Article
PrajPraj 1264122940|%e %b %Y, %H:%M %Z|agohover

Hi, this might be because there is a problem connecting to the debugging port on the PeopleSoft server (default TCP/IP port number is 9500). Most likely this is a firewall issue.

Yes from time to time, I use the debugging features in Application Designer. It is similar to what is available in Visual Studio, though less powerful. Generally I find you need to have a good idea of what you are looking for before using the debugger. My general troubleshooting work flow is to first run a trace to identify approximately where a problem may be and then to use the debugger for a very specific, step by step analysis of the PeopleCode that may be causing the issue.

Reply  |  Options
Unfold Re: App Engine Debugging Article by PrajPraj, 1264122940|%e %b %Y, %H:%M %Z|agohover
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License