[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Boa constructor

Joel

1/12/2008 4:39:00 AM

On Jan 12, 9:37 am, Joel <agnel.j...@gmail.com> wrote:
> Hi,
> In BOA constructor, is there any way to do the following:
> Once a breakpoint has reached, I want to enter some code
> and execute it.
> Can anyone tell me of a technique?
>
> Also input stream doesn't seem to work, I do a standard input read and
> then i enter something in the input window, but it isn't accepted.
> What could be the reason?
>
> Thanks
> Joel

I wanted to clarify, when I say "enter code", I mean I want to enter
some custom code, like print a or something to see the condition of
variable 'a' at the breakpoint.