Make APPLY debug output print current index and codepoint
Yay!
This commit is contained in:
parent
7bd2b04fea
commit
55fe2cf79b
|
@ -98,7 +98,7 @@ struct hb_closure_context_t
|
|||
#endif
|
||||
|
||||
#define TRACE_APPLY() \
|
||||
hb_auto_trace_t<HB_DEBUG_APPLY> trace (&c->debug_depth, "APPLY", this, HB_FUNC, "");
|
||||
hb_auto_trace_t<HB_DEBUG_APPLY> trace (&c->debug_depth, "APPLY", this, HB_FUNC, "idx %d codepoint %u", c->buffer->idx, c->buffer->info[c->buffer->idx].codepoint);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue