neo-project / neo-debugger

Neo Smart Contract Debugger for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo-contract-debug
MIT License
24 stars 17 forks source link

Add support for inspecting CallingScriptHash, EntryScriptHash, CurrentScriptHash #197

Open ixje opened 1 year ago

ixje commented 1 year ago

image In the screenshot above I'm hovering over the entry_script_hash (line 108 ). It shows no value (the same happens for calling_script_hash). These values also are not present in the variables pane on the left side, so there is no means of knowing what the values are. Given that this also does not work on a C# contract it is believed this is support is missing on the debugger side.