|
|
|
@ -80,7 +80,7 @@ public class DebugOperationTracer implements OperationTracer { |
|
|
|
|
operationResult.getHaltReason(), |
|
|
|
|
frame.getRecipientAddress(), |
|
|
|
|
frame.getApparentValue(), |
|
|
|
|
inputData, |
|
|
|
|
pc == 0 ? inputData.copy() : inputData, |
|
|
|
|
outputData, |
|
|
|
|
stack, |
|
|
|
|
memory, |
|
|
|
@ -113,7 +113,7 @@ public class DebugOperationTracer implements OperationTracer { |
|
|
|
|
Optional.empty(), |
|
|
|
|
frame.getRecipientAddress(), |
|
|
|
|
frame.getValue(), |
|
|
|
|
frame.getInputData(), |
|
|
|
|
frame.getInputData().copy(), |
|
|
|
|
frame.getOutputData(), |
|
|
|
|
Optional.empty(), |
|
|
|
|
Optional.empty(), |
|
|
|
@ -159,7 +159,7 @@ public class DebugOperationTracer implements OperationTracer { |
|
|
|
|
Optional.of(exceptionalHaltReason), |
|
|
|
|
frame.getRecipientAddress(), |
|
|
|
|
frame.getValue(), |
|
|
|
|
frame.getInputData(), |
|
|
|
|
frame.getInputData().copy(), |
|
|
|
|
frame.getOutputData(), |
|
|
|
|
Optional.empty(), |
|
|
|
|
Optional.empty(), |
|
|
|
|