From: Curt Hibbs Date: 2005-06-25T03:00:16+09:00 Subject: Re: freeride debugger issue Chuck Brotman wrote: > "Curt Hibbs" wrote in message > news:42BB7679.2090708@hibbs.com... > >>Chuck Brotman wrote: >> >>>I've been trying out Freeride and when I try to run my program using the >>>debugger, it always stops on the line "require rubygems" in file >>>ubygems.rb Neither the file nor the include were put there by me. Is >>>there a way to stop this behavior? >> >>This is because the environment variable RUBYOPT is set to "rubygems.rb' >>which causes ruby to startup automatically using rubygems. If you don't >>want automatic access to any installed rubygems, then just get rid of this >>environment variable. >> >>Curt >> >> > > Curt, > > Thanks! Can you give me a clue as to where to find this Environment > Variable and how to get rid of it? If you're using Windows, right click on "My Computer" and choose "Properties". The click on the "Advanced" tab and then on the "Environment Variables" button. Scroll down in the "System Variables" section until you see the "RUBYOPT" entry. Select it and click on the "Delete" button. Finally, "OK" your way out of the open dialog boxes. If you're using any other platform, then someone else will have you answer this for you. Curt