Sha256: 086861efe62b294e12a7a2a76cc7dd094d0e86ad6a55c0c5966d95ab7bf11316

Contents?: true

Size: 1.11 KB

Versions: 31

Compression:

Stored size: 1.11 KB

Contents

/**********************************************************************

  debug.h - YARV Debug function interface

  $Author$
  created at: 04/08/25 02:33:49 JST

  Copyright (C) 2004-2007 Koichi Sasada

**********************************************************************/

#ifndef RUBY_DEBUG_H
#define RUBY_DEBUG_H

#include "ruby/ruby.h"
#include "node.h"

#define dpv(h,v) ruby_debug_print_value(-1, 0, h, v)
#define dp(v)    ruby_debug_print_value(-1, 0, "", v)
#define dpi(i)   ruby_debug_print_id(-1, 0, "", i)
#define dpn(n)   ruby_debug_print_node(-1, 0, "", n)

#define bp()     ruby_debug_breakpoint()

VALUE ruby_debug_print_value(int level, int debug_level, const char *header, VALUE v);
ID    ruby_debug_print_id(int level, int debug_level, const char *header, ID id);
NODE *ruby_debug_print_node(int level, int debug_level, const char *header, const NODE *node);
int   ruby_debug_print_indent(int level, int debug_level, int indent_level);
void  ruby_debug_breakpoint(void);
void  ruby_debug_gc_check_func(void);

#ifdef RUBY_DEBUG_ENV
void ruby_set_debug_option(const char *str);
#endif

#endif /* RUBY_DEBUG_H */

Version data entries

31 entries across 31 versions & 4 rubygems

Version Path
binding_of_caller-0.8.0 ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.7.3 ext/binding_of_caller/ruby_headers/192/debug.h
coverband_ext-1.1.0 ext/coverband_ext/ruby_headers/192/debug.h
coverband_ext-1.0.1 ext/coverband_ext/ruby_headers/192/debug.h
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/binding_of_caller-0.7.2/ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.7.3.pre1 ext/binding_of_caller/ruby_headers/192/debug.h
coverband_ext-1.0.0 ext/coverband_ext/ruby_headers/192/debug.h
coverband_ext-0.0.2 ext/coverband_ext/ruby_headers/192/debug.h
coverband_ext-0.0.1 ext/coverband_ext/ruby_headers/192/debug.h
binding_of_caller-0.7.2 ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.7.1 ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.7 ext/binding_of_caller/ruby_headers/192/debug.h
rake-builder-0.8.0 examples/04_zlib/vendor/bundle/gems/binding_of_caller-0.6.8/ext/binding_of_caller/ruby_headers/192/debug.h
rake-builder-0.7.0 examples/04_zlib/vendor/bundle/gems/binding_of_caller-0.6.8/ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.6.8 ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.6.8pre1 ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.6.7 ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.6.6 ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.6.5 ext/binding_of_caller/ruby_headers/192/debug.h
binding_of_caller-0.6.4 ext/binding_of_caller/ruby_headers/192/debug.h