Check Debug Mode (true/false) in C++
Is there a straightforward way to check if debug is set to true within C++ code? e.g. if (DEBUGTEST) gzdbg << "Gazebo is running in debug mode.\n";
Asked by Gavriel-CTO on 2023-02-09 04:02:08 UTC
Is there a straightforward way to check if debug is set to true within C++ code? e.g. if (DEBUGTEST) gzdbg << "Gazebo is running in debug mode.\n";
Asked by Gavriel-CTO on 2023-02-09 04:02:08 UTC
Comments