Boa constructor debugging - exec some code at breakpoint?

J

Joel

Hey there..
I'm using boa constructor to debug a python application. For my
application, I need to insert break points and execute some piece of
code interactively through shell or someother window when the
breakpoint has been reached. Unfortunately the shell I think is a
seperate process so whatever variables are set while executing in
debugger dont appear in the shell when I try to print using print
statement.

Can anyone tell me how can I do this?

Really appreciate any support, Thanks

Joel
P.S. Please CC a copy of reply to my email ID if possible.
 
J

Joel

Can you please tell me how this can be done..
are there any other IDEs for the same purpose if Boa can't do it?

Joel
 
M

Mike Driscoll

Can you please tell me how this can be done..
are there any other IDEs for the same purpose if Boa can't do it?

Joel

IDLE does breakpoints...you might fine the ActiveState distro more to
your liking too. It's a little bit more fleshed out as an IDE than
IDLE is. Or you could go full blown and use Eclipse with the Python
plug-in.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,819
Latest member
masterdaster

Latest Threads

Top