EpicGamesExt/raddebugger

The debugger removes '\' from paths when saving a target

Closed this issue · 2 comments

As mentioned in the title, saving a target, if the target command line contains paths such as:

..\somefile.txt

This gets turned into:

..somefile.txt

when the debugger is opened up again.

I’d guess this is because of the debugger’s serialization string escaping rules—I’ll fix this, but in the meantime, using forward slashes might help. I can’t test at the moment but that should hopefully unblock anything.

Fixed in d560f8c.