OpenFoundry - Recently Added Listings - 除錯/編輯器 https://www.openfoundry.org/ Fri, 22 Nov 2019 08:40:22 +0100 FeedCreator 1.7.3 Ruby-debug https://www.openfoundry.org/tw/resourcecatalog/Program-Development/Programming-Languages/ruby/Debugger-Editor/ruby-debug

The purpose of a debugger such as ruby-debug is to allow you to see what is going on “inside” a Ruby program while it executes.

Ruby-debug can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act:

Start your script, specifying anything that might affect its behavior.

Make your script stop on specified conditions.

Examine what has happened, when your script has stopped.

Change things in your script, so you can experiment with correcting the effects of one bug and go on to learn about another.

Platform: POSIX ;License:unknown

References:https://bashdb.sourceforge.net/ruby-debug.html

]]>
dio Mon, 06 Sep 2010 03:19:59 +0100 https://www.openfoundry.org/tw/resourcecatalog/Program-Development/Programming-Languages/ruby/Debugger-Editor/ruby-debug