From 03ebe5f56dd3124f3d8c728203710dd7af4438ad Mon Sep 17 00:00:00 2001 From: Carlos Muniz Date: Wed, 27 Jul 2022 10:13:10 -0400 Subject: [PATCH] feat: add mount feature instructions to README --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index c16cb97..5eb066b 100644 --- a/README.rst +++ b/README.rst @@ -114,6 +114,15 @@ Configuration These values can be modified with ``tutor config save --set PARAM_NAME=VALUE`` commands. +Debugging +--------- + +To debug the xqueue service, you are encouraged to mount the xqueue repo from the host in the development container: + + tutor dev start --mount /path/to/xqueue + +Feel free to add breakpoints (``breakpoint()``) anywhere in your source code to debug your application. + License -------