Debugging - websocket disconnected

I want to debug my contract.
So when I ran tealdbg debug program.teal
I get
CDT debugger listening on: ws://127.0.0.1:9392/e59c6f3f8715e47226df96bc6aec53aeee47302bccd60bcc097d9b3b1eb9f33a

devtools://devtools/bundled/js_app.html?experiments=true&v8only=false&ws=127.0.0.1:9392/e59c6f3f8715e47226df96bc6aec53aeee47302bccd60bcc097d9b3b1eb9f33a

ok, but when I get to my chrome, it keeps saying websocket disconnected. I check chrome://inspect, algorand doesn’t show up. What did I possibly miss?

I ended up using dryrun :man_shrugging:

Did you use chrome://inspect/#devices ?

yup i did. nothing there.