Skip to content

Commit

Permalink
Update debugging-reporting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
esurface committed Jul 18, 2024
1 parent eaf3ea8 commit 52eb6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/debugging-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Summary of steps:
1. Enter the container on command line with `docker exec -it tangerine bash`.
1. Clear reporting cache with command `reporting-cache-clear`.
1. Run a batch with debugger enabled by running command `node --inspect-brk=0.0.0.0:9228 $(which reporting-worker-batch)`.
1. Latch onto debugging session using Chrome inspect. You may need to click "configure" and add `localhost:9228` to "Target discovery settings".
1. Latch onto debugging session using [Chrome Inspect](chrome://inspect/#devices). You may need to click "configure" and add `localhost:9228` to "Target discovery settings".


## Instructions
Expand Down

0 comments on commit 52eb6be

Please sign in to comment.