1 #ifndef SRC_NODE_DEBUG_OPTIONS_H_ 2 #define SRC_NODE_DEBUG_OPTIONS_H_ 12 bool ParseOption(
const char* argv0,
const std::string& option);
15 return deprecated_debug_ &&
20 return deprecated_debug_ && !inspector_enabled_;
23 std::string
host_name()
const {
return host_name_; }
29 bool inspector_enabled_;
30 bool deprecated_debug_;
31 bool break_first_line_;
32 std::string host_name_;
38 #endif // SRC_NODE_DEBUG_OPTIONS_H_ bool ParseOption(const char *argv0, const std::string &option)
bool inspector_enabled() const
void set_host_name(std::string host_name)
bool invalid_invocation() const
bool wait_for_connect() const
bool deprecated_invocation() const
std::string host_name() const