Skip to main content
Inspiring
November 27, 2017
質問

Basic debugger visualizer for Visual Studio (natvis)

  • November 27, 2017
  • 返信数 2.
  • 1156 ビュー

Hi All

I have created a natvis file ( replaces the old autoexp.dat), for now the classes supported are PMString,WideString,IDFile,K2Vector,PMReal (I will add more in the future).

feel free to use it:

https://github.com/juancarlossanchez/InDesign-natvis

Any suggestions are welcome

このトピックへの返信は締め切られました。

返信数 2

Inspiring
December 13, 2017

more classes supported :

  K2Vector< T >

  UIDList

  UIDList::iterator

Inspiring
November 27, 2017

Hi,

It's a great idea.

Have you maybe something like for OSX  XCode also?

Thx:

Karoly

Inspiring
November 28, 2017

I do not know if it is possible to do the same for Xcode, I'm not an expert on it.

jcs