Index: include/v8-debug.h |
diff --git a/include/v8-debug.h b/include/v8-debug.h |
index 4074b938d2c0ed5d8af5000913c6d9503f9e3cf8..e316934e1d728153ea3861643853463b01d12361 100644 |
--- a/include/v8-debug.h |
+++ b/include/v8-debug.h |
@@ -248,7 +248,8 @@ class V8_EXPORT Debug { |
* Debugger is running in its own context which is entered while debugger |
* messages are being dispatched. This is an explicit getter for this |
* debugger context. Note that the content of the debugger context is subject |
- * to change. |
+ * to change. The Context exists only when the debugger is active, i.e. at |
+ * least one DebugEventListener or MessageHandler is set. |
*/ |
static Local<Context> GetDebugContext(); |