backward-cpp
backward-cpp copied to clipboard
Added Support for Visual Studio output window format for easy navigation of stacktraces
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.
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?