Display flag realtime

Sysprogs forums Forums VisualGDB Display flag realtime

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30114
    mattia
    Participant

    Hello,

    I wonder if there exists a way in VisualGDB to display if a flag is enabled or not during the debugging in a graphical way.

    For example, I have a variable var, which has three flags:

    #define flag1   01

    #define flag2  02

    #define flag3  03

    sometimes during the program I enable one or the other flag (var |= flag1 for example) , but I find no other way to see which flags are enabled than checking the value of var and then check what bit have value=1.

    Does exist a faster way to check which flag is enabled?

    Thank you,

    Mattia

    #30115
    support
    Keymaster

    Hi,

    It looks like your support has expired. Please kindly renew it on this page and we will try to help you find a workaround.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.