Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

breakpoint and scite

6 views
Skip to first unread message

Bret Pettichord

unread,
Aug 31, 2005, 2:05:33 PM8/31/05
to
I often teach ruby to people and usually use scite to do this. It's quick
and easy and F5 is very convenient. I also use scite when i am working on
lab machines. (Otherwise I use eclipse when i can.)

When i use breakpoint with a script that i am running from scite using F5,
the irb session shows up in the scite sidebar. I can type at this prompt,
and it works, but backspaces and paste don't register. So i have to be a
really good typist. (Don't register means that the text looks right, but
then i get an error from IRB that shows that it didn't get the pasted text
and did get the text i thought had backspaced away.)

I realize i can get this to work running from a command shell.

But is there a way i can get breakpoint to work in scite?

(BTW, if i run IRB from within SCITE, i get the same problem plus whatever
i typed is echo'd. So '1+1' displays as '11++11', although i still get a
return value of 2. This is a problem that i care less about.)

Bret

_____________________
Bret Pettichord
www.pettichord.com

daz

unread,
Aug 31, 2005, 3:49:47 PM8/31/05
to

Doesn't look good, Bret :(

Neil Hodgson (SciTE) adds comments in this thread regarding IRB :
http://www.ruby-talk.org/cgi-bin/vframe.rb/ruby/ruby-talk/143375?143303-145150+split-mode-vertical


daz

Florian Groß

unread,
Aug 31, 2005, 8:15:49 PM8/31/05
to
Bret Pettichord wrote:

> I often teach ruby to people and usually use scite to do this. It's
> quick and easy and F5 is very convenient. I also use scite when i am
> working on lab machines. (Otherwise I use eclipse when i can.)
>
> When i use breakpoint with a script that i am running from scite using
> F5, the irb session shows up in the scite sidebar. I can type at this
> prompt, and it works, but backspaces and paste don't register. So i have
> to be a really good typist. (Don't register means that the text looks
> right, but then i get an error from IRB that shows that it didn't get
> the pasted text and did get the text i thought had backspaced away.)

This is no fix, but could solve your trouble anyway: I'm working a GUI
front end for ruby-breakpoint which will probably be launchable by doing
breakpoint() in the future.

Here's an early screenshot:

* http://flgr.dyndns.org/highlights-all-the-way.png

Thoughts?

Dave Burt

unread,
Aug 31, 2005, 9:32:00 PM8/31/05
to
Florian Groß wrote:
> front end for ruby-breakpoint which will probably be launchable by doing
> breakpoint() in the future.
>
> Here's an early screenshot:
>
> * http://flgr.dyndns.org/highlights-all-the-way.png
>
> Thoughts?

Looks great!


gabriele renzi

unread,
Sep 1, 2005, 5:35:29 AM9/1/05
to
Florian Groß ha scritto:

> Here's an early screenshot:
>
> * http://flgr.dyndns.org/highlights-all-the-way.png
>
> Thoughts?

you may become my personal hero with that :)

Martin DeMello

unread,
Sep 1, 2005, 7:38:21 AM9/1/05
to
Florian Groß <flo...@gmail.com> wrote:
>
> This is no fix, but could solve your trouble anyway: I'm working a GUI
> front end for ruby-breakpoint which will probably be launchable by doing
> breakpoint() in the future.
>
> Here's an early screenshot:
>
> * http://flgr.dyndns.org/highlights-all-the-way.png

Looking good!!

martin

0 new messages