You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Repro
D:\glTF-Sample-Assets\Models\Sponza\glTF\Sponza.gltf
. You can run the target just fine, application receives correct arguments.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.
The text was updated successfully, but these errors were encountered: