From: <hi...@us...> - 2007-03-02 07:56:41
|
Revision: 1616 http://svn.sourceforge.net/rubycocoa/?rev=1616&view=rev Author: hisa Date: 2007-03-01 23:56:39 -0800 (Thu, 01 Mar 2007) Log Message: ----------- 2007-03-02 Fujimoto Hisa <hi...@fo...> * framework/src/objc/RBRuntime.m, framework/src/objc/internal_macros.h, framework/src/ruby/osx/objc/oc_exception.rb, framework/src/ruby/osx/objc/oc_bundle_support.rb, framework/src/ruby/osx/objc/oc_import.rb, tests/tc_exception.rb: - Defined global variable `$RUBYCOCOA_VERBOSE' to record the detail of RubyCocoa runtime information for debugging RubyCocoa itself. You can use $VERBOSE of Ruby's pre-defined global variable for same purpose as well. - Recorded better backtrace information of an exception which is raised from user's ruby program. It's debugging a ruby program linked with RubyCocoa. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/objc/internal_macros.h branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_bundle_support.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_exception.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/tc_exception.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |