Skip to content
Merged
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
Prev Previous commit
PR Feedback
  • Loading branch information
pieandcakes committed Jan 3, 2018
commit 0a98569b28a10a8d04c979ef832c88baf697d821
6 changes: 5 additions & 1 deletion Documentation/Debugger/natvis/Natvis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 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.
Natvis framework is a framework that allows developers to write custom schemas to help visualize native objects.

For gdb/lldb debugging (`"type": "cppdbg"`), a subset of the Natvis framework has been ported to the C/C++ extension and the code resides 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.

For Visual C++ debugging (`"type": "cppvsdbg"`), the debugger contains the full implementation of the Natvis framework as Visual Studio.

## Documentation

Expand Down