‘Tis the season for debugging

Since the last time, the expression parser has grown several new capabilities. We are now able to infer the types of operands, and as such one no longer needs to set the type that one wishes the value to be returned as. A further consequence is that expressions can now return arbitrarily typed values as results, not just simple numeric values. This means that, for instance, an expression can return a data member of a class, and if that member is itself an object or other more complex type, it can then be expanded to look at its internal values.

I am by far not knowledgeable enough to comment on any of this – but I do know it’s a number of improvements to Haiku’s debugger.

12 Comments

  1. 2014-12-18 12:21 am
  2. 2014-12-18 3:48 am
  3. 2014-12-18 8:23 am
    • 2014-12-18 3:17 pm
    • 2014-12-18 6:33 pm
    • 2014-12-19 5:43 am
      • 2014-12-19 12:33 pm
      • 2014-12-19 4:47 pm
    • 2014-12-20 1:41 am
  4. 2014-12-18 10:07 am
  5. 2014-12-18 1:35 pm
    • 2014-12-22 1:44 pm