diff --git a/DDG4/plugins/Geant4DetectorGeometryConstruction.cpp b/DDG4/plugins/Geant4DetectorGeometryConstruction.cpp
index 9bc119c5a39d57803981cc06f9cb81f9a10aec54..749a8e20d716d956591a3dc6b4ed3908c429edad 100644
--- a/DDG4/plugins/Geant4DetectorGeometryConstruction.cpp
+++ b/DDG4/plugins/Geant4DetectorGeometryConstruction.cpp
@@ -48,6 +48,8 @@ namespace dd4hep {
       bool m_debugReflections       = false;
       /// Property: Flag to debug regions during conversion mechanism
       bool m_debugRegions           = false;
+      /// Property: Flag to debug limit sets during conversion mechanism
+      bool m_debugLimits            = false;
       /// Property: Flag to debug regions during conversion mechanism
       bool m_debugSurfaces          = false;
 
@@ -140,6 +142,7 @@ Geant4DetectorGeometryConstruction::Geant4DetectorGeometryConstruction(Geant4Con
   declareProperty("DebugPlacements",   m_debugPlacements);
   declareProperty("DebugReflections",  m_debugReflections);
   declareProperty("DebugRegions",      m_debugRegions);
+  declareProperty("DebugLimits",       m_debugLimits);
   declareProperty("DebugSurfaces",     m_debugSurfaces);
 
   declareProperty("PrintPlacements",   m_printPlacements);