diff --git a/src/TiledArray/util/bug.h b/src/TiledArray/util/bug.h index 38ae55198f..5367497b62 100644 --- a/src/TiledArray/util/bug.h +++ b/src/TiledArray/util/bug.h @@ -395,9 +395,10 @@ class Debugger { /// \param cmd a string /// \return processed str std::string replace_macros(std::string cmd); + static const std::string gdb_cmd_; static const std::string lldb_cmd_; - std::vector> actions_; // prelaunch actions + std::vector> actions_; // prelaunch actions }; /// Use this to create a Debugger object and make it the default