From: Saladin Mundi Date: 2008-10-02T23:48:56+09:00 Subject: Re: Debugging Ruby Core Pit Capitain wrote: > Saladin, did you succeed in debugging the MinGW Ruby? I'm interested > in this, too. Hey Pit, well not really. I used this tutorial http://www.ruby-mine.de/2007/5/7/ruby-1-9-aus-neuen-snapshots-auf-windows-erstellen from Ruby-Mine.de (unless its in german) Additionally I installed the gnu debugger into msys. But I have no real clue how to really use the debugger. For my actual tasks it is enough to look into the msys console when compiling Ruby. I had a closer look into the compiling dialog from msys and there it shows me the line "gcc -g -02 ....." (like Alex mentioned). If this is equivalent to the gnu debugger than I have it. I'm a little bit overstrained with it because I don't really now what I could really do with it. -- Posted via http://www.ruby-forum.com/.