SapphireSteel Forum
Welcome, Guest. Please login or register.
May 22, 2013, 10:47:17 PM

Login with username, password and session length
Search:     Advanced search
Welcome to the SapphireSteel forum - for discussion of the Ruby In Steel and Amethyst IDEs
3884 Posts in 800 Topics by 669 Members
Latest Member: m
* Home Help Search Login Register
+  SapphireSteel Forum
|-+  General
| |-+  Ruby In Steel
| | |-+  Cylon debugger not working?
« previous next »
Pages: [1] Print
Author Topic: Cylon debugger not working?  (Read 2574 times)
ehudros
Newbie
*
Posts: 4


« on: October 16, 2008, 03:32:49 AM »

Hi Smiley
I'm using the dev edition trial, and I want to test the cylon debugger. However, it seems like it wont work (or won't work as it should)...
In the option menu the "Use the Cylon debugger" is set to true - but starting the debugger (pressing F5 or one-click debugger) still takes about 70 seconds to start up and when it does
start, I can't get any information about the variables (no members are shown, as if they don't exist).

Am I missing something here?
I had the PE installed before the trial, could this be an issue somehow? (I uninstalled it of course).

Thanks,
Ehud
Logged
Huw Collingbourne
Administrator
Hero Member
*****
Posts: 934



« Reply #1 on: October 16, 2008, 03:47:32 AM »

Can you try this on a very simple program. Creeate a new Standard Ruby (not Rails or Iron Ruby) project and in the empty source file enter:

Code:
x = 'hello world'
puts( x )
Put a breakpoint on the first line. Does it break? Can you see x in the Locals window or add it to the Watch window? What do you see when you do so?

Cylon should be set On by default so you shouldn't normally need to set any properties. If you have done so, bear in mind that those set in Tools/Options will only affect future projects - not the current one. Those set in Project/Properties affect the current project only - but not any future ones.

The slow startup speed sounds very odd. There may be some issue with your installation or hardware/software setup. What version of Ruby are you using (what does it say when you enter 'ruby -v' at a command prompt?). Are ethere any unusual features of your PC config that you can think of? If we don't find a quick solution to this we may need you to mail us some details of your installation for us to go through it step by step.
Logged
ehudros
Newbie
*
Posts: 4


« Reply #2 on: October 16, 2008, 04:37:55 PM »

Thanks, the setting in Project/Properties was set to False for some reason.
I changed it and now it runs great Smiley
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!