-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot open files with '#' in path #2
Comments
Thanks for the report venzy, please comment if you get a chance to test this change on your example. |
Might have been a comma instead of '#' causing the issues. In any case, your commit appears to work for my example (I opened a few files, set breakpoints) - nice. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some of the executables I debug have absolute paths to source files embedded. Many of these absolute paths contain '#'. When I use filedlg to navigate to such a file, and select it with the Enter key, the file does not open, and I'm left with the file that was previously open (if any) in the top pane.
These filenames have to be quoted when being sent via tgdb as server list filename:1
E.g. server list "filename:1"
or server list "filename":1
I did the latter and it seems to work, in this sort of hacky workaround in filedlg.c (probably better done in the tgdb layers?)
The text was updated successfully, but these errors were encountered: