We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ade88 commit b376b06Copy full SHA for b376b06
src/TiledArray/util/bug.h
@@ -395,9 +395,10 @@ class Debugger {
395
/// \param cmd a string
396
/// \return processed str
397
std::string replace_macros(std::string cmd);
398
+
399
static const std::string gdb_cmd_;
400
static const std::string lldb_cmd_;
- std::vector<std::function<void()>> actions_; // prelaunch actions
401
+ std::vector<std::function<void()>> actions_; // prelaunch actions
402
};
403
404
/// Use this to create a Debugger object and make it the default
0 commit comments