Add logging debugger for debugging failing tests

This commit is contained in:
Max Brunsfeld 2014-10-17 23:05:08 -07:00
parent 41a067fef9
commit ae0a7fc97d
2 changed files with 29 additions and 0 deletions

View 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_