Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/ruby-debug-base,
Fast implementation of the standard Ruby debugger
Branch: CURRENT,
Version: 0.10.4nb1,
Package name: ruby18-debug-base-0.10.4nb1,
Maintainer: pkgsrc-usersRuby-debug is a faster implementation of the standard Ruby debugger
debug.rb using a native extension with a new hook Ruby C API.
Required to run:[
misc/rubygems] [
lang/ruby18-base] [
devel/ruby-linecache]
Required to build:[
misc/rubygems]
Master sites: (Expand)
SHA1: cb27b2a2de005082387076e50b82ba47a83529b8
RMD160: 4b13f251405698f482440c8be538a036c6d15711
Filesize: 112.5 KB
Version history: (Expand)
- (2015-02-05) Package deleted from pkgsrc
- (2011-02-21) Updated to version: ruby18-debug-base-0.10.4nb1
- (2010-12-04) Updated to version: ruby18-debug-base-0.10.4
- (2010-09-10) Updated to version: ruby18-debug-base-0.10.3
- (2008-09-15) Updated to version: ruby18-ruby-debug-base-0.10.2
- (2008-04-15) Updated to version: ruby18-ruby-debug-base-0.10.1
CVS history: (Expand)
2015-02-04 14:48:06 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Remove ruby-debug-base package which support ruby18 only.
|
2014-03-13 12:08:54 by Jonathan Perkin | Files touched by this commit (67) |
Log message:
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
|
2013-03-07 16:09:31 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Use OVERRIDE_GEMSPEC instead of modifying gemspec file.
|
2011-02-21 17:01:24 by Takahiro Kambe | Files touched by this commit (80) |
Log message:
Bump PKGREVISION due to ABI change of ruby18-base.
|
2010-12-04 04:52:26 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-debug-base to 0.10.4.
0.10.4
10/27/10
- Various bug fixes:
* reload command.
* plain 'info' command
* improve list and list - (backwards) handling when hitting end of file
- Add ability to specify port to debug on
- Allow breakpoints at class methods
- "quit!" is same as "quit unconditionally"
- irb improvements: Access to non-executing rdebug commands inside irb via
"dbgr" method
- Go over documentation including that created by rdoc.
- For emacs package: add README, INSTALL, AUTHORS.
|
2010-09-10 07:17:37 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
Update devel/ruby-debug-base to 0.10.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
0.10.3
11/17/08
- a backtrace now warns when it thinks the callstack is truncated which it
gets by comparing with caller()
- fix setting $0.
- fix bug in showing variables in post-mortem
- Document how Debugger.start with a block is intended to be used.
- Move Kernel#debugger from ruby-debug-base into ruby-debug
- Get regression tests working again
- Warn and add a "confirmation" when setting a breakpoint on a
file that is not loaded.
|
2010-09-07 19:20:27 by Takahiro Kambe | Files touched by this commit (19) |
Log message:
* Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up.
No functional change.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|