Make TRY_CALL work with native functions AND a debug helper #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "TRY_CALL"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The TRY_CALL fix is self explanitory.
bytecodeToStringtakes in bytecode and turns it into readable opcodes. It is fragile because it really tightly coupled to the OpCode values. But AI was really good at just spitting this code out so I figure we can just keep doing that when we need to, especially since this is just for debugging.I trust the AI