diff --git a/libs/remix-debug/src/solidity-decoder/types/FunctionType.ts b/libs/remix-debug/src/solidity-decoder/types/FunctionType.ts index 765edcf980..ffa4b9f1c6 100644 --- a/libs/remix-debug/src/solidity-decoder/types/FunctionType.ts +++ b/libs/remix-debug/src/solidity-decoder/types/FunctionType.ts @@ -7,6 +7,6 @@ export class FunctionType extends ValueType { } decodeValue (value) { - return value + return 'at program counter ' + value } }