Add PBD::DebugBit for debugging issues with undo history
This commit is contained in:
parent
f36f03fcb4
commit
463cf1cf9c
@ -53,6 +53,7 @@ DebugBits PBD::DEBUG::EventLoop = PBD::new_debug_bit ("eventloop");
|
||||
DebugBits PBD::DEBUG::AbstractUI = PBD::new_debug_bit ("abstractui");
|
||||
DebugBits PBD::DEBUG::FileUtils = PBD::new_debug_bit ("fileutils");
|
||||
DebugBits PBD::DEBUG::Configuration = PBD::new_debug_bit ("configuration");
|
||||
DebugBits PBD::DEBUG::UndoHistory = PBD::new_debug_bit ("undohistory");
|
||||
|
||||
/* These are debug bits that are used by backends. Since these are loaded dynamically,
|
||||
after command-line parsing, defining them in code that is part of the backend
|
||||
|
@ -55,6 +55,7 @@ namespace PBD {
|
||||
LIBPBD_API extern DebugBits AbstractUI;
|
||||
LIBPBD_API extern DebugBits Configuration;
|
||||
LIBPBD_API extern DebugBits FileUtils;
|
||||
LIBPBD_API extern DebugBits UndoHistory;
|
||||
|
||||
LIBPBD_API extern DebugBits BackendMIDI;
|
||||
LIBPBD_API extern DebugBits BackendAudio;
|
||||
|
Loading…
Reference in New Issue
Block a user