-
Notifications
You must be signed in to change notification settings - Fork 24
Add support for static libs. #16
Comments
I'm glad you're finding this tool useful! :) If you can talk about it, I'm curious how this tool is helping with debugging? This is something I definitely want to add support for (in addition to obj files and import libraries). Compared to the PDB format, these formats are pretty simple. Unfortunately, I don't have much time to implement this right now nor do I have a strong need for it right now. The good news is that I will have a strong need for import library support in the near future and will probably be adding both static library and import library support (I believe the same file format is used for both). |
Your program solve 3 issues:
Do you have any ETA on this? Maybe I can contribute, I didn't jumped into your code but it does not seems that's big. BR |
Very interesting! Thanks for the insight. Those are definitely some of the reasons why I wrote the tool. I'm guessing I'll have some time to implement this in January 2019 or so. I'll notify this thread if I start working on it before then. I will happily take pull requests though. The code should be fairly easy to follow and modify. I haven't touched this code in a while, so if you find any build problems feel free to send pull requests fixing those too. :) |
Hi, any news on this? Thanks! |
Bump! :) |
Unfortunately, I don't have time to work on this issue anymore. 😞I also no longer use Windows day-to-day, so I don't have a pressing need for this. I will happily take any pull requests, though! |
Hi Jason,
First, I would like to warmly thanks you for this program. We added ducible to our build pipeline and it is a huge gain of time while debugging.
I would like to know if it is possible to make ducible work for .lib file? AFAIK it is generating a pdb as well, that has the same limitations as the .dll one.
Thank you for your time!
The text was updated successfully, but these errors were encountered: