From: Curt Hibbs Date: 2004-05-26T00:09:21+09:00 Subject: Re: Which free windows debugger? Laurent Julliard wrote: > > Glenn wrote: > > Am I right in thinking FreeRIDE doesn't support 1.8.1 for debugging, > > or is it me and I'm just inept and can't make it work? > > It surely does. I can even say that this was the first Ruby version > where the debugger started to work on Windows. Have you tried using > the packaged FreeRIDE+Ruby 1.8.1 from the freeride project itself. > > See http://rubyforge.org/frs/?group_id=31 > > Hope this helps > > Laurent Laurent is entirely correct. To set (or clear) a breakpoint, you shift-click in the left margin of the source code line where you want the breakpoint. More precisely, shift-click in the area just to the left of the code-folding marks (or just to the right of the line numbers, if you are showing line numbers). Curt