MCPcopy Create free account
hub / github.com/DFHack/dfhack / debug

Function debug

plugins/autolabor/labormanager.cpp:283–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281color_ostream* debug_stream;
282
283void debug(const char* fmt, ...)
284{
285 if (debug_stream)
286 {
287 va_list args;
288 va_start(args, fmt);
289 debug_stream->vprint(fmt, args);
290 va_end(args);
291 }
292}
293
294void debug_pause()
295{

Callers 8

build_groupsMethod · 0.85
destroy_groupsMethod · 0.85
debug_pauseFunction · 0.85
set_laborMethod · 0.85
get_laborMethod · 0.85
get_laborMethod · 0.85
get_laborMethod · 0.85
find_job_laborMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected