Skip to content

Commit

Permalink
Import images.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Apr 30, 2014
1 parent 2b33823 commit e9e323e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Dr. Mingw will register itself as the JIT debugger by writting into the system r

If the installation is sucessful, the following message box should appear:

![Install](http://wiki.jrfonseca.googlecode.com/git/drmingw-install.png)
![Install](img/install.png)

To enable other options they must be set them allong with the **-i** option. For example,

Expand All @@ -63,11 +63,11 @@ Usage

You can easily try Dr. Mingw by building and running the included sample. Depending of your Windows version, you'll see a familiar dialog:

![Exception](http://wiki.jrfonseca.googlecode.com/git/drmingw-exception.png)
![Exception](img/exception.png)

If you request to debug the program, Dr. Mingw will attach to the faulting application, collect information about the exception, and display the dialog

![Sample](http://wiki.jrfonseca.googlecode.com/git/drmingw-sample.png)
![Sample](img/sample.png)

To resolve the addresses it's necessary to compile the application with debugging information. In case of address is in a DLL with no debugging information, it will resolve to the precedent exported symbol.

Expand Down
Binary file added img/exception.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9e323e

Please sign in to comment.