Oğuzhan Eroğlu

Results 64 comments of Oğuzhan Eroğlu

@danngreen can you provide more information about your environment? (like Python version and installation)

Thank you for feedback. I will look at this.

Hii @danngreen, Sorry for late action.. I think this issue is fixed now with https://github.com/rohanrhu/gdb-frontend/commit/e15f590db6af9224e9ac8dbbba43afa6733758b8. I tried on M1 MacBook (with Rosetta 2) it is working now. I'm not sure...

Looks like we need a gotty executable for macOS 🙂 I'm currently working on a new feature, I'm going to stash it and look this issue. 👀

I've added MacOS executable for Gotty. Can you try `macos-compatibility` branch?: https://github.com/rohanrhu/gdb-frontend/tree/macos-compatibility

I will do stuffs about MacOS compatibility on `macos-compatibility` branch if it needs.

Ah looks like `realpath` is not available on Mac shell.. I'm looking. Were you running with `python3 run.py` ? So is it working on Mac now?

Hi, I've added a custom `realpath` for Mac shell. Can you try the latest revision? https://github.com/rohanrhu/gdb-frontend/commit/04c4f1a8e352ef59f23e7b3fb247fca5cd74abf4

Are you sure for the port is available? 🙄 Also can you send outputs of these commands: ```bash ps -e | grep gdb ``` ```bash tmux ls ``` ```bash tmux...

Hi, any progress? I'm not able to test it on macOS since i don't have a mac.