mirror of
https://github.com/Zygo/bees.git
synced 2025-07-01 16:22:27 +02:00
This allows detailed but selective debugging when using the library, particularly when something goes wrong. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
8 lines
111 B
C++
8 lines
111 B
C++
#include "crucible/seeker.h"
|
|
|
|
namespace crucible {
|
|
|
|
thread_local shared_ptr<ostream> tl_seeker_debug_str;
|
|
|
|
};
|