I'm looking for a way to avoid using 3-rd party tools to debug smartcontract without source code. Can I do it by Remix?
I think this way: we need some tool to convert a bytecode or assembly of contract functions to inline assembly (function-style would be ideally) that supported by solc and then I can just copy-paste it to Remix.
Also this question is relevant, but still without an answer.