Re: [Gambas-user] a Debug question

2009-05-01 Thread BenoƮt Minisini
> If one puts in a breakpoint, and is stepping through the code one line at > a time to check values of variables etc, is there any way or re-setting to > a line in the same subroutine prior to the current line you have stopped > on. > > I've found sometimes I'm trying to find a bug, and I put in

[Gambas-user] a Debug question

2009-05-01 Thread richard terry
If one puts in a breakpoint, and is stepping through the code one line at a time to check values of variables etc, is there any way or re-setting to a line in the same subroutine prior to the current line you have stopped on. I've found sometimes I'm trying to find a bug, and I put in multiple

Re: [Gambas-user] Printing from a PDF

2009-05-01 Thread Fabien Bodard
in fact you need to do it by yourself :/ as pdf return a picture ... you can do draw(printer) draw.image(pdf.image, x,y,w,h) draw.end or i've maybe another idea... 2009/4/29 richard terry : > There seems no property to print from a pdf, no example of printing code in > the pdf example. >