I'm sure this has been entered in QC many times, and perhaps it will never be fixed.   Why can't the debugger display variable values with "With" statements.  I know, I know, don't use withs.  However, for old code that has withs, it's a pain.

Comments

  1. If 'with' makes code less readable it should not be used, that is all. If someone misuses 'with' the problem is with the someone, not with 'with'. I usually use 'with' for initializing record's fields, at it is great for the purpose.

    ReplyDelete
  2. With is fine if used in a simple readable manner, it is the programmers that tend to over reach and make totally unreadable code.

    ReplyDelete

Post a Comment