imgui_test_engine
imgui_test_engine copied to clipboard
TestEngine: Add clickable debug output for msvc
Doubleclicking the debug output will open the file/line in the ide:
The format file(line): is recognized by MSVC in the output window (among others), doubleclicking it will open the file at that line:
Thanks! this is a good idea! I have reworked it as 3bacecdadea99ded5981890724e173f15cd10132
- wired this by default for all debug sessions.
- added a default to be a shell opener. So they can be combined. As a result the "open file" option is always available. What do you think?
Thanks! this is a good idea! I have reworked it as 3bacecd
* wired this by default for all debug sessions. * added a default to be a shell opener. So they can be combined. As a result the "open file" option is always available. What do you think?
Very nice. Noticed / commented on one minor typo in the comments.