Menu

#16 request for visual studio .natvis

closed
None
2016-01-29
2015-04-26
The Open
No

Hi,
Could you please share the Visual Studio .natvis file for the "smooth" lib?
The Visual Studio debugger shows only the first char of smooth::string, which is hard to trace.

Thanks.

James Hwang

Discussion

  • Robert Kausch

    Robert Kausch - 2015-04-26

    Sorry, I'm still using Visual Studio 2010 which does not support the Natvis framework.

    If you want to build your own Natvis rule, in order to preview the smooth::String type, the wString.memory->memory member must be interpreted as wchar_t *.

     
  • Robert Kausch

    Robert Kausch - 2015-11-25

    I upodated to Visual Studio 2015 in the meantime and will have a look at this in the next few days.

     
  • Robert Kausch

    Robert Kausch - 2015-11-26

    Here's a Natvis file that improves visualization of smooth::String, smooth::Buffer<*> and smooth::Array<*>. This makes debugging much more comfortable.

    This ticket will be closed in two weeks.

     
  • Robert Kausch

    Robert Kausch - 2015-11-26
    • status: open --> pending
    • assigned_to: Robert Kausch
     
  • Robert Kausch

    Robert Kausch - 2016-01-29
    • status: pending --> closed
     

Anonymous
Anonymous

Add attachments
Cancel