diff --git a/README.md b/README.md index 10bfa16..b16def0 100644 --- a/README.md +++ b/README.md @@ -77,10 +77,8 @@ backing module to `Main` and therefore export the contents of the safehouse to t ### Scripts and package development Using Infiltrator for debugging packages or scripts requires a little bit of setup. -1. Either your current environment or an environment futher down the [environment stack](https://docs.julialang.org/en/v1/manual/code-loading/#Environment-stacks) -must contain Infiltrator.jl. I would recommend putting Infiltrator.jl into your global `@v1.xx` environment so that it is always available. -2. Load [Revise.jl](https://github.com/timholy/Revise.jl) or use [VS Code's inline evaluation](https://www.julia-vscode.org/docs/stable/userguide/runningcode/) -to seamlessly update your package code. +1. Either your current environment or an environment futher down the [environment stack](https://docs.julialang.org/en/v1/manual/code-loading/#Environment-stacks) must contain Infiltrator.jl. I would recommend putting Infiltrator.jl into your global `@v1.xx` environment so that it is always available. +2. Load [Revise.jl](https://github.com/timholy/Revise.jl) or use [VS Code's inline evaluation](https://www.julia-vscode.org/docs/stable/userguide/runningcode/) to seamlessly update your package code. 3. Load your package. 4. Add `Main.@infiltrate` statements as breakpoints wherever desired. 5. Run a function that ends up executing the method containing the breakpoint.