You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Arcadia ruby ide
I've noticed currently it breaks on the first line of the file being debugged. Maybe it should default to just run the file if there are other breakpoints assigned?
rogerdpack4
unread,
Sep 17, 2009, 10:16:29 AM9/17/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Arcadia ruby ide
My own personal preference would be to never break on the first line.
And I guess while I'm at it, to not have a "really quit?" confirmation
dialog :)
roger...@gmail.com
unread,
Sep 26, 2009, 10:50:02 AM9/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Arcadia ruby ide
> My own personal preference would be to never break on the first line.
> And I guess while I'm at it, to not have a "really quit?" confirmation
> dialog :)
Anybody know how to make it *not* break on the first line?
Thanks!
-r
antonio.galeone
unread,
Sep 26, 2009, 6:00:44 PM9/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Arcadia ruby ide
I have committed a solution: if breakpoints are set, the debugger auto
resume when it break on first line.
May be sufficient?