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