Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions examples/dev_flow/debug/debugging_visual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ to get information of a DLL, in this case the path where its associated PDB is l
in the package to locate its PDB to copy it to the package folder.

For more information on how PDBs work with Visual and how we used it to create the hook can be found in the
`hook readme <https://github.com/conan-io/conan-extensions/blob/main/hooks/README.md>`_.
`hook readme <https://github.com/conan-io/conan-extensions/blob/main/extensions/hooks/README.md>`_.

Debugging without build files
-----------------------------
Expand Down Expand Up @@ -178,5 +178,3 @@ Starting the debugger again will allow to step into the code of the dependency a

Any modification to the source files will not allow debugging over them, as Visual Studio does a checksum check, so
they need to be the exact same files as when the libraries were compiled.


Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Build a simple Autotools project with Conan dependencies


In this example, we are going to create a string formatter application
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest/index.html/>`_.
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest>`_.

We'll use `Autotools <https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html>`_ as build system and `pkg-config <https://www.freedesktop.org/wiki/Software/pkg-config/>`_ as a helper tool in this case, so you should get them installed
on Linux and Mac before going forward with this example.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Build a simple Bazel 7.x project using Conan
This example is Bazel >= 7.1 compatible.

In this example, we are going to create a Hello World program
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest/index.html/>`_.
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest>`_.

.. note::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Build a simple Bazel project using Conan
This example is Bazel 6.x compatible.

In this example, we are going to create a Hello World program
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest/index.html/>`_.
that uses one of the most popular C++ libraries: `fmt <https://fmt.dev/latest>`_.

.. note::

Expand Down