[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: FreeRIDE: Where does the output go?

Laurent Julliard

12/14/2005 9:10:00 PM

basi wrote:
> Yes, it flashes open another window but it closes the window quickly.
> How do I make this window stay open until I press ENTER?
>
> Thanks,
> basi
>
>
>

Basi,


Can you try this:


a) edit the file freeride/plugins/rubyide_tools_debugger/debugger.rb
b) on line 188 remove the # to activate the putsw command
c) launch your script from Freeride as usual. You should see the
command printed in the text console form which you run FR
d) copy paste this command in another console, run it and see if there
is any error message showing up.

Laurent