NetBeans debugging of Python (GAE) -


dev_appserver does a normal job while running it. But if I try to Debug, then I have an error due to

  __file__  

that has been changed to jpydaemon.py. Has the app successfully debugged on NetBusiness?

No, but I'm interested in setting this up. You must attach the NetBean debugger in the port somehow . This can help you: Here's an example, I was reading about Java:

I asked "How to debug for Google App Engine"

To take action on the 'test' map on 'debug', we should right click on the project and select 'test' to 'debug'. When the system is running and the Java Remote debug port is written on 5005, the debugger appends it under the 'debug': "


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -