While evaluating #6154 I noticed this strange behavior where the expected value for a variable should be 0, but we get 1. ## Steps to Reproduce 1. Clone [this Repo](https://github.com/cds-amal/truffle-issue-6157) 1. `truffle develop` 1. ```javascript truffle(develop) migrate D = await DelegateTestYulString.deployed() await D.setValue("Hello") // grab transaction hash ``` 1. In a separate terminal console: ```console truffle debug --url http://127.0.0.1:9545 txhash b YulString.yul:179 c :v # expect 0, but got 1 ``` ## Environment * Operating System: linux * Ethereum client: truffle develop console * Truffle version PR #6154 * node version (`node --version`): 18.16.1 * npm version (`npm --version`): 9.5.1
While evaluating #6154 I noticed this strange behavior where the expected value for a variable should be 0, but we get 1.
Steps to Reproduce
truffle developEnvironment
node --version): 18.16.1npm --version): 9.5.1