0.9.17.5:
authorJuho Snellman <jsnell@iki.fi>
Mon, 2 Oct 2006 11:34:30 +0000 (11:34 +0000)
committerJuho Snellman <jsnell@iki.fi>
Mon, 2 Oct 2006 11:34:30 +0000 (11:34 +0000)
commitf4db774a0414ac877ce804e38b8baee93b00df84
treeae32dcfc94f594d4aea33c97b7b0e5cbfa6c9e62
parent68165e850aa0700741756fead44a53642194aa39
0.9.17.5:
        The debugger tends to not show all variables regardless of the
        optimization policy. Fix the most common reason for that happening.

        * When compiling with a high debug quality, don't do substitution for
          variables that are only used once.
        * Except for variables introduced in DEFTRANSFORM inline
          lambdas, since they're not going to very interesting for the
          debugger.