Discussion:
debugginig server script with IDLE3
b***@yahoo.com
2014-03-25 17:06:16 UTC
Permalink
I run a bottle application launched by IDLE3. If I set a breakpoint in the
server side script and I call the route by browser, the function associated
to the route is correctly executed but does not stop at breakpoint. I would
like to stop exectuion at set breakpoint in order to inspect program and
variables. How to debug step by step a server side script using IDLE3?

Thanks for help!
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mauro brambilla
2014-06-05 16:10:59 UTC
Permalink
I aolved this proble of debugging script server side using Eclipsse Kepler
and PyDev package.

Loading...