summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 4f2523ab89..605a399b65 100644
--- a/debug.c
+++ b/debug.c
@@ -156,6 +156,12 @@ ruby_debug_print_node(int level, int debug_level, const char *header, const NODE
}
void
+ruby_debug_print_n(const NODE *node)
+{
+ ruby_debug_print_node(0, 1, "", node);
+}
+
+void
ruby_debug_breakpoint(void)
{
/* */