-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Blink currently only detects .obj and .cpp files that are part of the main project.
I have a project that includes multiple smaller static linked libraries.
These get detected by pdb.read_object_files(...)
But the path to them is just some relative path., like x64\Debug\StaticLib1.obj
Is support for static libraries something that can be reasonably implemented with a moderate amount of work?
Currently, I am considering a proactive approach, providing Blink with all the necessary information without the need to extract it from the pdb.
nem0 and n00bmind
Metadata
Metadata
Assignees
Labels
No labels