dlangide icon indicating copy to clipboard operation
dlangide copied to clipboard

Debugger view should show parameters as well as locals

Open andy-hanson opened this issue 6 years ago • 0 comments

I have code like:

int f(int x) {
    int y = x + 1;
    return y * 2;
}

When debugging, I see y as a variable but not x. The "locals" and "autos" views are identical as far as I can tell.

andy-hanson avatar Feb 12 '19 06:02 andy-hanson