aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debug.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/debug.rb: Add documentation for #thread_list_all.hsbt2015-11-041-0/+23
* * lib/debug.rb: [DOC] Fix typoa_matsuda2013-12-141-1/+1
* debug.rb: Fix debug listingnobu2013-04-241-9/+12
* debug.rb: Fix debug listingnobu2013-04-241-1/+4
* * lib/debug.rb: Documentation for DEBUGGER__ class methods based onzzak2013-02-021-0/+12
* * lib/debug.rb: Added toplevel documentation. Based on patch by Oscardrbrain2012-07-181-4/+164
* * lib/debug.rb: add help for 'pp' and 'r[estart]'.ayumin2011-11-061-0/+2
* * lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).nahi2011-06-281-1/+1
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-318/+318
* * lib/net/imap.rb: Fix indentation of EOF for heredoc.drbrain2011-05-181-1/+1
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-495/+495
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-111-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-4/+4
* * lib/debug.rb: as wanabe-san pointed out,ko12009-01-151-3/+3
* * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused whenmame2008-10-011-3/+0
* * lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko12008-07-081-1/+1
* * lib/debug.rb: require 'continuation' to implement "restart"matz2008-03-051-4/+5
* * parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu2007-06-181-72/+34
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-081-1/+1
* * lib/debug.rb: no need to restart at exit.nahi2005-08-301-3/+0
* * lib/debug.rb (debug_command): added a deficient format specifier.nobu2005-07-101-2/+2
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-241-0/+9
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-1/+1
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-2/+2
* * lib/debug.rb: revert command parse regexps. [ruby-list:39014] bynahi2004-01-071-5/+5
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-281-0/+1
* * lib/debug.rb (debug_command): remove debug print.usa2003-10-201-1/+0
* * lib/debug.rb (DEBUGGER__::Context::debug_command): do not callmatz2003-10-161-4/+6
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-131-1/+1
* * lib/debug.rb(debug_command): inspection command should inspect resultingnahi2003-08-111-6/+6
* * lib/debug.rb: fix breakpoint parameter parsing/checking.nahi2003-07-271-22/+25
* * gcc -Wall clean-up.matz2003-07-241-1/+1
* * Changelog, lib/debug.rb: fix typo.matz2003-07-031-1/+0
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-0/+2
* * io.c (rb_f_syscall): type dispatch should be based onmatz2003-05-301-8/+8
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-221-1/+1
* * eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz2003-04-041-4/+10
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-1/+1
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-1/+1
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-031-6/+12
* * lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename mustnahi2003-02-251-1/+1
* DEBUGGER__::Context::debug_print_help: Typo fix of help message.nahi2002-11-091-1/+1
* use Object#class instead of deprecated Object#type.nobu2002-10-021-3/+3
* No exception report when the exception is not specified to catch.nahi2002-09-181-1/+1
* * pp.rb (ARGF.pretty_print): implemented.akr2002-09-111-1/+1
* Changed the regexp again to simplify code. See also [ruby-dev:16682].nahi2002-03-291-8/+3
* Changed regexp for parsing break command '.*?+' to '.+'.nahi2002-03-291-1/+1
* Corrected mis-indentation. Try diff -w to find that these are the same withoutnahi2002-02-251-704/+704
* Refactoring. Added Context#format_frame to format a frame, used by up/downnahi2002-02-231-13/+16