Describe the bug
The stack in the debugger is inverted. Values are pushed to/popped from the bottom.
To Reproduce
- Execute a transaction
- Click Debug
- Select Stack & Memory
- Expand Stack
- Step through transaction
- Observe values are pushed to/popped from bottom of stack
Expected behavior
Values should be pushed to/popped from the top of the stack.
Screenshots
Desktop (please complete the following information):
- OS: MacOS
- Browser: chrome
Additional context
Remix has historically had the best step by step debugger available for Solidity development and part of what made it great was the ability to see smart contract opcodes, the stack and memory within one panel. The V2 updates make it much more difficult to follow, especially with the inverted stack view.

Describe the bug
The stack in the debugger is inverted. Values are pushed to/popped from the bottom.
To Reproduce
Expected behavior
Values should be pushed to/popped from the top of the stack.
Screenshots
Desktop (please complete the following information):
Additional context
Remix has historically had the best step by step debugger available for Solidity development and part of what made it great was the ability to see smart contract opcodes, the stack and memory within one panel. The V2 updates make it much more difficult to follow, especially with the inverted stack view.