diff --git a/docs/docs/develop/devcontainer.md b/docs/docs/develop/devcontainer.md index f9e9d2a62f8d..930e9775b98c 100644 --- a/docs/docs/develop/devcontainer.md +++ b/docs/docs/develop/devcontainer.md @@ -67,7 +67,7 @@ If you need to process your queue with background workers, run the `worker` task You can either only run InvenTree or use the integrated debugger for debugging. Goto the `Run and debug` side panel make sure `InvenTree Server` is selected. Click on the play button on the left. !!! tip "Debug with 3rd party" - Sometimes you need to debug also some 3rd party packages. Just select `InvenTree Servre - 3rd party` + Sometimes you need to debug also some 3rd party packages. Just select `InvenTree Server - 3rd party` You can now set breakpoints and vscode will automatically pause execution if that point is hit. You can see all variables available in that context and evaluate some code with the debugger console at the bottom. Use the play or step buttons to continue execution.