blink icon indicating copy to clipboard operation
blink copied to clipboard

A tool which allows you to edit source code of any MSVC C++ project live at runtime

Results 8 blink issues
Sort by recently updated
recently updated
newest added

Hi @crosire, This isn't a bug report, I just wanted to document that exceptions don't appear to be supported by blink (?) I'm initially had issues with VS2019 but luckily...

Hello! I managed to get the example project in #30 running, after having fought with #31, but then ran into one more issue with the include path not seeming to...

does this work with dlls that are injected (i'm assuming probably yes because of the ability to attach to running projects, but I'm not sure).

How does it handle header file changes? I guess it's not possible figure out which source files are affected.

How does it compare to /ZI? Implementation details, performance, limitations. Would be good to add that to the readme.

Hey, thanks for this great library! I am having trouble making it work though. Here is what I tried: - get the blink repo - build blink x64 Debug (Microsoft...

Blink is amazing, but I can see a couple issues right now: 1. **Linked libraries.** Many projects are designed in a modular way: executable and a bunch of libraries linked...

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...