diff --git a/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.rst b/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.rst index 1337ff3a199b1fb79a8d2755c33e2744b0f91317..f7d7a150697c35a6659dd111550db369a986dec2 100644 --- a/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.rst +++ b/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.rst @@ -78,6 +78,8 @@ Make sure your active solution configuration (:menuselection:`Build --> Configur Build your solution (:menuselection:`Build --> Build Solution`, or press *F7*). +Before continuing, do not forget to add the command line argument of your input image to your project (:menuselection:`Right click on project --> Properties --> Configuration Properties --> Debugging` and then set the field ``Command Arguments`` with the location of the image). + Now set a breakpoint on the source line that says .. code-block:: c++