diff options
author | Saima Yunus <yunus.saima.99@gmail.com> | 2022-05-19 11:48:59 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2022-06-13 18:38:47 +0000 |
commit | 5f6422db9cdc2b6127e1214a7adddf5e7e15e0e8 (patch) | |
tree | 4cd9cd3ba85b2b4a9b534e7a803bb32a4299adc7 /docs/developer/build-run-debug/running_vpp.rst | |
parent | 78f672bbc67a00fea3ca64a43c62f1d171bd043c (diff) |
docs: cleaning up VPP documents by deleting unnecessary info.
- cleaned up the 'build/run VPP' docs
Type: docs
Signed-off-by: Saima Yunus <yunus.saima.99@gmail.com>
Change-Id: I9dbddbe1932804b8d507cb2f1631cd7116e59072
Diffstat (limited to 'docs/developer/build-run-debug/running_vpp.rst')
-rw-r--r-- | docs/developer/build-run-debug/running_vpp.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/developer/build-run-debug/running_vpp.rst b/docs/developer/build-run-debug/running_vpp.rst index 9b33e53ec60..2c9725727da 100644 --- a/docs/developer/build-run-debug/running_vpp.rst +++ b/docs/developer/build-run-debug/running_vpp.rst @@ -33,6 +33,13 @@ _________________________ With the following commands you can run VPP and then be dropped into the GDB prompt. +Before running either command, please make sure that the 'gdb' package is installed. +If it's not installed, run the following command first: + +.. code-block:: console + + $ sudo apt install gdb + Running the release image: .. code-block:: console @@ -46,3 +53,4 @@ Running the debug image: # make debug (gdb) + |