File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the PDB hook.
2222Creating a project and debugging as usual
2323-----------------------------------------
2424
25- First we will debug our project as usual, as it is explained in more detail in the :ref: `previous example <examples_dev_flow_debug_step_into >`
25+ First we will debug our project as usual, as it is explained in more detail in the :ref: `previous example <examples_dev_flow_debug_step_into >`.
2626We can start building our dependencies from sources as in the previous section, only this time we will build them as
2727shared. To begin with, clone the sources needed for the example from the `examples2 repository <https://github.com/conan-io/examples2 >`_
2828in GitHub and create the project.
@@ -147,7 +147,7 @@ initially.
147147Locating the sources path for the debugger
148148------------------------------------------
149149
150- Visual Studio won't be able to find te source files by itself after deleting the original build files. To be able to
150+ Visual Studio won't be able to find the source files by itself after deleting the original build files. To be able to
151151debug over the source files, there's an option to manually set the source folder path so that it's possible to debug over the source files. This
152152requires that the source files for the dependency exist. In our case we can get the location of this source files
153153by running a ``conan cache path ``.
You can’t perform that action at this time.
0 commit comments