CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2015
    Posts
    540

    const expr debug in visual studio

    Hello experts

    I found the workaround for this.

    VS still doesnot show the const expr local variables via debugger.

    Thanks
    pdk
    Last edited by pdk5; January 24th, 2024 at 03:20 PM.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: const expr debug in visual studio

    Quote Originally Posted by pdk5 View Post
    Hello experts

    I found the workaround for this.

    VS still doesnot show the const expr local variables via debugger.
    Could you share your "workaround"?
    Victor Nijegorodov

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured