We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f416bd5 commit 224b128Copy full SHA for 224b128
1 file changed
src/core/JavaClassInvoker.php
@@ -176,7 +176,6 @@ function ($code) {
176
177
printf($line);
178
179
- // [$mnemonic, $localStorage, $stacks, $pointer]
180
foreach ($this->debugTraces['executed'] as [$opcode, $mnemonic, $localStorage, $stacks, $pointer]) {
181
printf(
182
"% 8s | 0x%02X | %-20.20s | %-10.10s | %-15.15s\n",
0 commit comments