Skip to content

Commit

Permalink
docs: Add screenshot to Tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbudmsft committed Sep 3, 2015
1 parent f5d89dd commit 4dd356f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/Tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,7 @@ Lastly, we read the string from the `TypedObject` wrapping the ``name`` field
with :py:meth:`dbgscript.TypedObject.read_string`. This yields a Python `str`
ready to be printed out as usual.

.. image:: tutorial_1.png

Notice that `stdout` is redirected to the debugger's command window, as
expected.
Binary file added docs/tutorial_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion samples/py/ansiString.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
car = dbgscript.create_typed_object('dummy1!Car', 0x000005a9341fb10)
car = dbgscript.create_typed_object('dummy1!Car', 0x00000eb64f1fbf0)

# Read ANSI string.
#
Expand Down

0 comments on commit 4dd356f

Please sign in to comment.