diff -r af99f0984f20 -r ea7980ded4f3 ProjectDjango/Documentation/help/howto-debug.html --- a/ProjectDjango/Documentation/help/howto-debug.html Sat May 29 15:03:26 2021 +0200 +++ b/ProjectDjango/Documentation/help/howto-debug.html Sat May 29 18:33:03 2021 +0200 @@ -6,9 +6,9 @@ <body> <h2>How to debug Django projects</h2> <p>This little howto gives step-by-step instructions for debugging a Django - project with the eric4 debugger.</p> + project with the eric7 debugger.</p> <ol> - <li>Make the manage.py script of the Django project the eric4 project's + <li>Make the manage.py script of the Django project the eric7 project's main script (see the Project Properties dialog).</li> <li>Set a breakpoint at the position you want to start debugging.</li> <li>Start the debugger using "runserver --noreload"</li>