Add a shorthand for ruby_debug_print_node
This commit is contained in:
parent
da23f8fe1a
commit
0c990994c7
6
debug.c
6
debug.c
@ -155,6 +155,12 @@ ruby_debug_print_node(int level, int debug_level, const char *header, const NODE
|
|||||||
return (NODE *)node;
|
return (NODE *)node;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
ruby_debug_print_n(const NODE *node)
|
||||||
|
{
|
||||||
|
ruby_debug_print_node(0, 1, "", node);
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
ruby_debug_breakpoint(void)
|
ruby_debug_breakpoint(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user