You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
# Require the agent at the top of your main script.
25
25
require('@google/cloud-debug');
26
26
```
27
-
Deploy your application, and navigate to the [Debug tab][debug-tab] within the [Google Developers Console][dev-console] to set snapshots and start debugging.
27
+
Deploy your application, and navigate to the [Debug tab][debug-tab] within the [Google Cloud Console][dev-console] to set snapshots and start debugging.
28
28
29
29
## Running on Google Cloud Platform
30
30
@@ -36,7 +36,7 @@ If you are using [Google App Engine Flexible Environment ](https://cloud.google.
36
36
37
37
### Google Compute Engine
38
38
39
-
Your VM instances need to be created with `cloud-platform` scope if created via [gcloud](https://cloud.google.com/sdk) or the 'Allow API access' checkbox selected if created via the [console](https://console.developers.google.com) (see screenshot).
39
+
Your VM instances need to be created with `cloud-platform` scope if created via [gcloud](https://cloud.google.com/sdk) or the 'Allow API access' checkbox selected if created via the [console](https://console.cloud.google.com) (see screenshot).
40
40
41
41

42
42
@@ -68,7 +68,7 @@ If your application is running outside of Google Cloud Platform, such as locally
68
68
69
69
## Using the Debugger
70
70
71
-
Once your application is running (deployed, or elsewhere), you should be able to use the [Debug UI][debug-tab] in your Cloud [developer console][dev-console]. You can find the Debug UI in the 'STACKDRIVER -> Debug' section in the navigation panel, or by simply searching for 'Debug' in the developer console.
71
+
Once your application is running (deployed, or elsewhere), you should be able to use the [Debug UI][debug-tab] in your Cloud [developer console][dev-console]. You can find the Debug UI in the 'STACKDRIVER -> Debug' section in the navigation panel, or by simply searching for 'Debug' in the cloud console.
72
72
73
73

74
74
@@ -91,11 +91,11 @@ As soon as that line of code is reached in any of the running instances of your
0 commit comments