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

    Unable to view static variables

    Using the Dev Studio 6.0 Debugger on XP, I'm now unable to view variables that are declared as static. I get the error "cxx0017: Error: symbol "variable goes here" not found.

    All the local and global variables are viewable.

    Any thoughts on how to resolve this issue?

  2. #2
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588
    This is a bug in the debugger.

    c.f. MSDN
    Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
    Supports C++ and VB out of the box, but can be configured for other languages.

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