Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add natvis schema and a quick page on natvis
  • Loading branch information
pieandcakes committed Jan 3, 2018
commit 81b29f0f3d09f409d9a75ab32eae293eba3b2414
11 changes: 11 additions & 0 deletions Documentation/Debugger/natvis/Natvis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Natvis - Custom views for native objects

Natvis framework is a framework that allows developers to write custom schemas to help visualize native objects. A subset of this framework has been ported to the C/C++ extension, residing in the [MIEngine](https://github.com/Microsoft/MIEngine) shared component. If additional features that are not implemented are requested, please file an [issue](https://github.com/Microsoft/MIEngine/issues) on the MIEngine GitHub page with details of what is missing.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the C++ extension supports both vsdbg and MIEngine scenarios, it might be better to clarify this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gregg-miskelly is that better worded?


## Documentation

Official documentation can be found [here](https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects).

## Schema

The natvis schema can be found [here](natvis.xsd).
Loading