Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Remove args in state.ts#resolveLocalList#331

Merged
gaofanmichael merged 1 commit intogoogleapis:masterfrom
gaofanmichael:args
Sep 19, 2017
Merged

Remove args in state.ts#resolveLocalList#331
gaofanmichael merged 1 commit intogoogleapis:masterfrom
gaofanmichael:args

Conversation

@gaofanmichael
Copy link
Copy Markdown
Contributor

Though cloud debugger has args in the proto, args is used to identify
passing variables to the functions. Locals, on the other hand is the
local variables defined within the function. However, stackdriver
debugger UI displays them in the same place with the order of passing
variables prior to local variables. In our case, debugger's call frame
will have the same effects of ordering passing variables prior to local
variables. We can sufficiently merge args and locals in one place.
That's the reason of removing args in the code.

Though cloud debugger has args in the proto, args is used to identify
passing variables to the functions. Locals, on the other hand is the
local variables defined within the function. However, stackdriver
debugger UI displays them in the same place with the order of passing
variables prior to local variables. In our case, debugger's call frame
will have the same effects of ordering passing variables prior to local
variables. We can sufficiently merge args and locals in one place.
That's the reason of removing args in the code.
@gaofanmichael gaofanmichael added cla: yes This human has signed the Contributor License Agreement. in progress labels Sep 18, 2017
@gaofanmichael gaofanmichael self-assigned this Sep 18, 2017
@gaofanmichael gaofanmichael merged commit bd4a59c into googleapis:master Sep 19, 2017
@gaofanmichael gaofanmichael deleted the args branch September 19, 2017 16:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants