Comments anyone???
Per the Pydev developer on his support site:

Unfortunately, I don't know enough of the App Engine to say the actual
problem, so, I have to get it, create an account and do an example to
know what can be failing there...

A common problem in web frameworks (django, turbogears, etc) is that
there is usually a 2nd process spawned to run things when your files
change, so, for the debugger to work properly you have to run with --
no-reload (or some option close to it), or use the remote debugger
http://fabioz.com/pydev/manual_adv_remote_debugger.html ), but I'm not
sure if that's true for the app engine.

The problem with the post vs the bug is that I can forget to answer
you (as I won't be able to go on and get an app engine example running
here right now).

On Jan 26, 12:26 pm, dartdog <tombran...@gmail.com> wrote:
> FWIW The Eclipse environment is massively helpful for app engine even
> if I can't get it all to work...
>
> Well I just went back and retried everything slowly and with the
> benefit of more sleep.
>
> I'm definitely in debug mode since I see that from a pydev message on
> the console, I get a lot more and better logging, although that could
> also be from the SDK update this morning from Google, But no how no
> way can I get a break point to work. Any help appreciated. Does anyone
> have it working when running the dev server, and break pointing
> applications Python code??
>
> On Jan 25, 9:10 pm, Faber Fedor <faberfe...@gmail.com> wrote:
>
> > My app just sends and receives JSON, so here's what I do: I run my app in
> > debug mode and then drop to the command line and send JSON code via curl
> > (I'm on a Linux box).  Works great.
>
> > You should be able to set a breakpoint, fire up a browser and do whatever it
> > is you do and the breakpoint should break.
>
> > How do you "know" it's running properly? It sounds as if you're doing a "Run
> > As..." instead of "Debug As...".
>
> > On Sun, Jan 25, 2009 at 5:47 PM, dartdog <tombran...@gmail.com> wrote:
>
> > > I've been struggling with trying to debug modifications to the Bloog
> > > sample app, not knowing any of the tools, so I find an issue get a
> > > tool....
>
> > > Finally got Eclipse and Pydev going, boy I wish I had gotten that
> > > going earlier, much smoother handling than Notepad++!!! Plus now I can
> > > run in a better runtime setup. I've been using some of Eclipse for
> > > report writing (Brit).
> > > Should have gotten on it sooner.
> > > But!!! I can't get breakpoints and variable watching to work on the
> > > App code...(using the Dev server)  It displays the symbol, but never
> > > hits.. same with the variable watch, always says "can't evaluate" I
> > > know it's executing the code. I've got it right up in the start on
> > > Main.py....Ideas anyone???
> > > I'm running in debug mode and have followed all the install tutorials
> > > I could find including the one on IBM's site. I'm excited by the
> > > possibility but short on full results.
>
> > > If I can get this I'll really be able to get some traction I think.
>
> > --
>
> > Faber Fedor
> > Cloud Computing New Jerseyhttp://cloudcomputingnj.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to