Add logging debugger for debugging failing tests
This commit is contained in:
parent
41a067fef9
commit
ae0a7fc97d
2 changed files with 29 additions and 0 deletions
8
spec/runtime/helpers/log_debugger.h
Normal file
8
spec/runtime/helpers/log_debugger.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef HELPERS_LOG_DEBUGGER_H_
|
||||
#define HELPERS_LOG_DEBUGGER_H_
|
||||
|
||||
#include "tree_sitter/runtime.h"
|
||||
|
||||
TSDebugger log_debugger_make();
|
||||
|
||||
#endif // HELPERS_LOG_DEBUGGER_H_
|
||||
Loading…
Add table
Add a link
Reference in a new issue