The Artima Developer Community
Sponsored Link

Python Buzz Forum
Remote debugging - debugging pesky server only bugs

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Shabda Raaj

Posts: 72
Nickname: shabda
Registered: Jul, 2007

Shabda Raaj is Owner of Usware Technologies, a Django Development Company.
Remote debugging - debugging pesky server only bugs Posted: Jul 2, 2009 12:36 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Shabda Raaj.
Original Post: Remote debugging - debugging pesky server only bugs
Feed Title: The Uswaretech Blog - Django/Python Web Development
Feed URL: http://feeds.feedburner.com/UswareBlog
Feed Description: Blog about building web applications using Django/Python/Jquery.
Latest Python Buzz Posts
Latest Python Buzz Posts by Shabda Raaj
Latest Posts From The Uswaretech Blog - Django/Python Web Development

Advertisement
Here is a quick tip. (Obvious if you work with Django for any length of time, but I have seen a few people who are not aware) You can put debug trace import pdb; pdb.set_trace() in your code, and put it on the server. When you access this view from your local browser, the debug is [...] No related posts.

Read: Remote debugging - debugging pesky server only bugs

Topic: Remote debugging - debugging pesky server only bugs Previous Topic   Next Topic Topic: Best SQL Crime Ever

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use