RemedyBG»Forums
1 posts
Any time line on when FASTLINK support will be available?
Edited by darkdescendant on Reason: Initial post
Turns out that the project I am working on uses FASTLINK, which means RemedyBG isn't very usable for that. I'd love to use this more but that is a killer for me right now.
306 posts / 1 project
None
Any time line on when FASTLINK support will be available?
Some comments from Twitter concerning this:

I notice that RemedyBG doesn't support /debug:fastlink. I suspect that it is not worth ever supporting /debug:fastlink. /debug:fastlink has always been problematic, and lld-link and VS 2019's linker are now quite fast, without its problems


The problem is that supporting /FASTLINK is not feasible. Many things are not supported by the DIA SDK because type information is stored in the .objs, not the PDB. And the internal fastlink PDB format is undocumented, so it would be a huge undertaking to reverse this.


That doesn't mean I won't take a look at supporting at some point. It just isn't high priority as there is still a ton of stuff to finish up first.
8 posts
Any time line on when FASTLINK support will be available?
I'm a little confused so just to be absolutely clear,

Do the projects have to be compiled with /DEBUG:FULL to work correctly? or is it only projects with /DEBUG:Fastlink which do not work correctly.

how about just having /DEBUG?

Thanks
306 posts / 1 project
None
Any time line on when FASTLINK support will be available?
I believe you are correct. Presently, you need to compile with /DEBUG:FULL. Partial PDBs are not supported just yet.