Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Backslashes in Target.Arguments are vanished on exit #207

Closed
helviett opened this issue May 3, 2024 · 1 comment
Closed

Backslashes in Target.Arguments are vanished on exit #207

helviett opened this issue May 3, 2024 · 1 comment

Comments

@helviett
Copy link

helviett commented May 3, 2024

Repro

  • Create target, in the Arguments field put something with backslashes. For example D:\glTF-Sample-Assets\Models\Sponza\glTF\Sponza.gltf. You can run the target just fine, application receives correct arguments.
  • Close and open RAD Debugger again
  • All backslashes disappear. (example turns into D:glTF-Sample-AssetsModelsSponzaglTFSponza.gltf).

By the way, great debugger. Wish one day I'll be able to debug on all the platforms without using clunky VS.

@ryanfleury
Copy link
Collaborator

This was fixed in d560f8c, and will be in the next release.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants