summaryrefslogtreecommitdiffstats
path: root/docs/debugging
diff options
context:
space:
mode:
authorChris Meyers <chris.meyers.fsu@gmail.com>2021-06-04 18:10:10 +0200
committerChris Meyers <chris.meyers.fsu@gmail.com>2021-06-04 18:10:10 +0200
commit99469595993164154c83bb39228dec0f3a6e55e5 (patch)
treeae65a17865a47ce53d0574b22be99b2f1e4968fd /docs/debugging
parentMerge pull request #8 from beeankha/doc_edits (diff)
downloadawx-99469595993164154c83bb39228dec0f3a6e55e5.tar.xz
awx-99469595993164154c83bb39228dec0f3a6e55e5.zip
clarify reference to code to be pasted
Diffstat (limited to 'docs/debugging')
-rw-r--r--docs/debugging/debugging_job_event_performance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/debugging/debugging_job_event_performance.md b/docs/debugging/debugging_job_event_performance.md
index c9662fae86..cb8af1f94e 100644
--- a/docs/debugging/debugging_job_event_performance.md
+++ b/docs/debugging/debugging_job_event_performance.md
@@ -20,7 +20,7 @@ This is what we call the "critical path" for job events.
### Quick Debugging
* Log in to an AWX instance and open Chrome Debug Tools
-* Paste the above in
+* Paste in the contents of `debug.js` (found below) into the console
* You will notice a blue square on the screen with a textbox and a button
* Launch a job and note the job ID
* Enter the job ID into the textbox and click Submit; this will subscribe to the job events for that job