rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.79k stars 98 forks source link

Python 3.7 is not supported #36

Closed RishabhRawat closed 2 years ago

RishabhRawat commented 2 years ago

The documentation says Python >= 3.2 is supported, but python 3.7 crashes on -

https://github.com/rohanrhu/gdb-frontend/blob/4408faa125f3e41af35796563bbdb83762b4f894/api/debug.py#L25 from typing import final

might be a good idea to add lint prevent newer python features in the repo if you plan to support older python versions

rohanrhu commented 2 years ago

I've removed usage of typing module.

Can you try this release? https://github.com/rohanrhu/gdb-frontend/releases/tag/v0.9.6-beta

RishabhRawat commented 2 years ago

That solves the issue, Thank you so much :)

rohanrhu commented 2 years ago

That solves the issue, Thank you so much :)

Nice :)