зеркало из https://github.com/github/ruby.git
Add a shorthand for ruby_debug_print_node
This commit is contained in:
Родитель
da23f8fe1a
Коммит
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)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче