backward-cpp icon indicating copy to clipboard operation
backward-cpp copied to clipboard

Added Support for Visual Studio output window format for easy navigation of stacktraces

Open TrianglesPCT opened this issue 5 years ago • 1 comments

This integrates the stack trace with the Visual Studio output window.

This allows double clicking in file/line combos which navigates the IDE to the corresponding file & line.

VS did not recognize the existing output format, this made navigating around stack traces tedious.

This change is only applied on windows.

TrianglesPCT avatar Sep 04 '20 08:09 TrianglesPCT

Its nice but... it changes the output :/

What about instead an option to the printer? With a nice enum to set the type of output?

bombela avatar Apr 23 '21 19:04 bombela