I suggest you ...

Add support to watch getters (const functions) in C++

Add support to watch expressions with getters (const functions) in C++

Examples:
1.
float GetWidth() const;
float GetHeight() const;

area = obj.GetWidth() * obj.GetHeight();

2.
const float operator[](unsigned int index) const;

val = obj1[i] + obj2[i+1];

20 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    AnonymousAnonymous shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    1 comment

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...

      Feedback and Knowledge Base