[Github-comments] [geany/geany-plugins] [debugger] freezes when python .pth files have non ASCII bytes (Issue #1143)

elextr notifications at xxxxx
Sat Dec 4 23:59:14 UTC 2021


> why would the debugger plugin use python code.

The debugger plugin is a UI to run the GDB debugger, which has Python embedded in it as an [extension language](https://sourceware.org/gdb/onlinedocs/gdb/Python.html#Python).

Clearly Geany and therefore the spawned GDB seem to be being run in an ASCII locale (probably the default "C" locale).

Are you starting Geany from the command line or a desktop menu? If menu try from the command line.  Many menus do not run a shell, they just fork the program, so if you set the locale in one of your shell startup scripts it will not be set when Geany runs.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1143#issuecomment-986137993
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211204/44f0700d/attachment.htm>


More information about the Github-comments mailing list