Is there any easy way to debug cgi python programs apart from looking at the log file each time the browser generates an error?
Share
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.
You can use the
cgitbmodule. It’s as simple asIt doesn’t always work (e.g. it won’t help you for permission errors, or certain other kinds of errors), but when it does it’s quite helpful!