slightly more debug information when starting local tempo scope

This commit is contained in:
Paul Davis
2025-10-20 12:59:59 -06:00
parent 12f40234ef
commit e975fc5b7d

View File

@@ -5402,6 +5402,7 @@ ScopedTempoMapOwner::start_local_tempo_map (std::shared_ptr<Temporal::TempoMap>
#ifndef NDEBUG
if (DEBUG_ENABLED (PBD::DEBUG::ScopedTempoMap)) {
PBD::stacktrace (std::cerr, 29);
map->dump (std::cerr);
}
#endif
map->set_scope_owner (*this);