You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the project path contains no ASCII characters some bugs appear:
The file chooser shows numbers instead that characters. For instance, Mart303255n instead Martín. When a file is chosen, it cannot be found and the no ASCII character has to be manually written (sometimes it is not found anyway).
Inserting breakpoints causes the following error and there are no manner of inserting a breakpoint:
Error occurred on server when running gdb command: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gdbgui/backend.py", line 359, in run_gdb_command controller.write(cmd, read_response=False) File "/usr/lib/python2.7/site-packages/pygdbmi/gdbcontroller.py", line 204, in write self.gdb_process.stdin.write(mi_cmd_to_write_nl.encode()) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 31: ordinal not in range(128)
To Reproduce
gdbgui target/debug/program_name from the project path in a project with no ASCII characters in the path.
Open a src file.
Click in a line to insert a breakpoint or insert a breakpoint from the console.
See error
Expected behavior
No errors and breakpoint inserted.
Describe the bug
When the project path contains no ASCII characters some bugs appear:
Mart303255n
insteadMartín
. When a file is chosen, it cannot be found and the no ASCII character has to be manually written (sometimes it is not found anyway).To Reproduce
gdbgui target/debug/program_name
from the project path in a project with no ASCII characters in the path.Expected behavior
No errors and breakpoint inserted.
Please complete the following information:
gdbgui -v
): 0.12.0.0gdb -v
): 0.1-15.fc28pip freeze
):The text was updated successfully, but these errors were encountered: