| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -898,13 +898,6 @@ void Agent::ContextCreated(Local<Context> context, const ContextInfo& info) { | |||
| 898 | 898 | client_->contextCreated(context, info); | |
| 899 | 899 | } | |
| 900 | 900 | ||
| 901 | - bool Agent::WillWaitForConnect() { | ||
| 902 | - if (debug_options_.wait_for_connect()) return true; | ||
| 903 | - if (parent_handle_) | ||
| 904 | - return parent_handle_->WaitForConnect(); | ||
| 905 | - return false; | ||
| 906 | - } | ||
| 907 | - | ||
| 908 | 901 | bool Agent::IsActive() { | |
| 909 | 902 | if (client_ == nullptr) | |
| 910 | 903 | return false; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,8 +59,6 @@ class Agent { | |||
| 59 | 59 | // --inspect command line flag) or if inspector JS API had been used. | |
| 60 | 60 | bool IsActive(); | |
| 61 | 61 | ||
| 62 | - // Option is set to wait for session connection | ||
| 63 | - bool WillWaitForConnect(); | ||
| 64 | 62 | // Blocks till frontend connects and sends "runIfWaitingForDebugger" | |
| 65 | 63 | void WaitForConnect(); | |
| 66 | 64 | // Blocks till all the sessions with "WaitForDisconnectOnShutdown" disconnect | |
| Back | FazBrowse Home | New Git URL |
0 commit comments