Re: [Gambas-user] Add/remove a breakpoint without pausing program

2011-03-04 Thread Benoît Minisini
> Benoît, > > Is it possible to add the ability to add a breakpoint while a program > is running? VB6 can do this. It would be convenient because when you > pause the program there is no predicting where in the code it will > stop and then you have to find the line you wanted to add a breakpoint

[Gambas-user] Add/remove a breakpoint without pausing program

2011-03-03 Thread Zach Smith
Benoît, Is it possible to add the ability to add a breakpoint while a program is running? VB6 can do this. It would be convenient because when you pause the program there is no predicting where in the code it will stop and then you have to find the line you wanted to add a breakpoint to. Note th