Access to tealdbg that runs on Sandbox from Host

Hi,
I have an Algorand Sandbox and I’m trying to access to tealdbg from outside the docker container. I’ve already tried to modify the command that runs the sandbox adding some port forwarding (e.g. like -p 9392:9392) but it still doesn’t work. Do you have any suggestion?
Thanks

Can you give some more detail on what you are trying to do? Can you not just download the devtools directly? https://developer.algorand.org/docs/run-a-node/setup/install/#installing-the-devtools

@davidec did you attempt something similar to my process outlined in this PR within the sandobx GitHub repo? I’m keen to learn what you attempted and responses you received during testing.