Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5372

Trace in a class

From TheSaint <nobody@nowhere.net.no>
Newsgroups comp.lang.python
Subject Trace in a class
Followup-To comp.lang.python
Date 2011-05-14 23:55 +0800
Organization Aioe.org NNTP Server
Message-ID <iqm8m3$csu$1@speranza.aioe.org> (permalink)

Followups directed to: comp.lang.python

Show all headers | View raw


Hello,
first of all, I'm a dummy in programming. My methods are just do-it-and-try-
it.
For more convinience I commonly using <pdb myprogram> and go with step-into 
and breakpoints.
Lately I was setting a class, but it's incomplete and just calling it at the 
pdb prompt line I can't use breakpoints or stop it to check what values are 
coming into the play.

BTW, would it be much difference to use the class functions outside the 
class. I mean I don't declare the class statement just leave funtions alone 
in the module.

-- 
goto /dev/null

Back to comp.lang.python | Previous | Next | Find similar


Thread

Trace in a class TheSaint <nobody@nowhere.net.no> - 2011-05-14 23:55 +0800

csiph-web