-
Notifications
You must be signed in to change notification settings - Fork 296
Allow relative paths in project files target executable path #477
Copy link
Copy link
Closed
Labels
BugA report of unintended or broken behavior.A report of unintended or broken behavior.DebuggerPertains to the debugger.Pertains to the debugger.
Description
It seems that currently, the project files always revert to full paths for the target executable and working directory. If I try to manually set a relative paths in the project file, it works during the current session, but the config file is modified when I relaunch raddbg, the paths are converted to full paths by prepending a /. Then it doesn't work anymore because these full paths are wrong, they're just forward slash followed by what is intended to be a relative path.
This would allow easier sharing of project files with other people working on the same project.
(If the reason why I want this is unclear, the use case is to allow all developers to have the type views and targets preconfigured without having to do them from scratch.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugA report of unintended or broken behavior.A report of unintended or broken behavior.DebuggerPertains to the debugger.Pertains to the debugger.