From 21a70f7db5bdd2af36274ae40f06de70ae0960b5 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 13 Aug 2018 02:16:29 -0700 Subject: [PATCH] Docs: update link for remote debugging The section on remote debugging points to a blog post that not longer exists. This updates the invalid link. The patch also adds in some new lines and bullets. TrivialFix Change-Id: I8b29f402f148bc11279a2c34aeea266956180bc1 --- .../contributor/development-environment.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/source/contributor/development-environment.rst b/doc/source/contributor/development-environment.rst index ec86a6269d79..6bfe9790fa47 100644 --- a/doc/source/contributor/development-environment.rst +++ b/doc/source/contributor/development-environment.rst @@ -160,16 +160,18 @@ OpenStack CI environment and replicate it in your test environment. Using a remote debugger ======================= -Some modern IDE such as pycharm (commercial) or Eclipse (open source) support remote debugging. In order to run nova with remote debugging, start the nova process -with the following parameters ---remote_debug-host ---remote_debug-port +Some modern IDE such as pycharm (commercial) or Eclipse (open source) support remote debugging. In order to +run nova with remote debugging, start the nova process with the following parameters:: -Before you start your nova process, start the remote debugger using the instructions for that debugger. -For pycharm - http://blog.jetbrains.com/pycharm/2010/12/python-remote-debug-with-pycharm/ -For Eclipse - http://pydev.org/manual_adv_remote_debugger.html + --remote_debug-host + --remote_debug-port -More detailed instructions are located here - http://novaremotedebug.blogspot.com +Before you start your nova process, start the remote debugger using the instructions for that debugger: + +* For pycharm - http://blog.jetbrains.com/pycharm/2010/12/python-remote-debug-with-pycharm/ +* For Eclipse - http://pydev.org/manual_adv_remote_debugger.html + +More detailed instructions are located here - https://wiki.openstack.org/wiki/Nova/RemoteDebugging Using fake computes for tests =============================