cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
10.99k stars 768 forks source link

pycharm не конектит с терминалом ("TERM", "unknown") МАКОС #282

Closed VitaliiNaletov closed 1 year ago

VitaliiNaletov commented 1 year ago

setupterm(term=_os.environ.get("TERM", "unknown"), _curses.error: setupterm: could not find terminal Вот такая ошибка, МАКОС

Доброго времени суток Как правильно настроить связь pycharm и терминала? Какие именно переменные нужно прописать в pycharm, чтобы заработало?

qaqa 1й1 кук
cyrus-and commented 1 year ago

English please.

VitaliiNaletov commented 1 year ago

That's the error, MACOS

Good day How to properly set up pycharm and terminal communication? What variables need to be set in pycharm to make it work?

cyrus-and commented 1 year ago

And why would this be about gdb-dashboard?

VitaliiNaletov commented 1 year ago

I guess I didn't choose the right topic. I'm sorry) Not long ago on your site, I'm still figuring out how to do it. How to do prompt?

cyrus-and commented 1 year ago

How to do prompt?

What do you mean?

This is the bug tracker for gdb-dashboard, are you even using GDB?

VitaliiNaletov commented 1 year ago

Now I read what it is)

VitaliiNaletov commented 1 year ago

My problem is that when I run the program in pycharm, it gives an error (setupterm(term=_os.environ.get("TERM", "unknown"), _curses.error: setupterm: could not find terminal) Do I need to install gdb?

cyrus-and commented 1 year ago

Your issue has nothing to do with this repository.