Skip to content

Allow relative paths in project files target executable path #477

@rjurga

Description

@rjurga

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA report of unintended or broken behavior.DebuggerPertains to the debugger.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions