Boa constructor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joel

    Boa constructor

    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
  • Joel

    #2
    Re: Boa constructor

    On Jan 12, 9:37 am, Joel <agnel.j...@gma il.comwrote:
    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.

    Comment

    Working...