Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TrianglesPCT
Copy link

@TrianglesPCT TrianglesPCT commented Sep 4, 2020

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.

Add support for Visual Studio output window format
@bombela
Copy link
Owner

bombela commented Apr 23, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants