adding bugfix 3549
authorStevenPuttemans <steven.puttemans@gmail.com>
Tue, 13 May 2014 13:34:30 +0000 (15:34 +0200)
committerStevenPuttemans <steven.puttemans@gmail.com>
Tue, 13 May 2014 13:34:30 +0000 (15:34 +0200)
doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.rst

index 1337ff3..f7d7a15 100644 (file)
@@ -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++