How do you debug (trace execution) of a pylons web application?
(using a mac with textmate)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s really easy
To sum it up, import the python logging module and send debug messages to the terminal on your Mac where you have the paste server running.
This will show up in whatever terminal your paste server is running in as: