StefanKert / BuildVision

A Visual Studio extension to visualize the building process.
MIT License
261 stars 43 forks source link

Clicking Compiler Errors in BuildVision often do not cause jump to location #58

Closed MartinL0815 closed 4 months ago

MartinL0815 commented 6 years ago

Steps to Reproduce:

  1. I build our solution
  2. if errors occur while compliing, the errors are listed in the BuildVision window
  3. Clicking onto the listed error, seems to be possible, since the cursor changes from the pointer to the hand
  4. After clicking onto the listed error nothing happens.

I know, that it happened before. I do not know what I did or what happend to stop it.

StefanKert commented 6 years ago

Hey Martin!

Thanks for reporting this. What kind of project is this? Can you share some screenshots of the errormessage you trying to click on? Thanks in advance.

vladtepesch commented 6 years ago

I also have this issue. I installed buildvision a few days ago and the jump to error feature seems to not work. I have c++ Projects. Can be reproduced by any simple error in code:

void test(){
  i = 5;
}

may be there are some interferences with other extensions? I am using (copy info from the about dialog):

Microsoft Visual Studio Professional 2015 Version 14.0.25431.01 Update 3 Microsoft .NET Framework Version 4.6.01055

Installed Version: Professional

Visual Basic 2015 00325-60000-84313-AA142 Microsoft Visual Basic 2015

Visual C# 2015 00325-60000-84313-AA142 Microsoft Visual C# 2015

Visual C++ 2015 00325-60000-84313-AA142 Microsoft Visual C++ 2015

Application Insights Tools for Visual Studio Package 7.18.00214.2 Application Insights Tools for Visual Studio

BuildVision 2.1.1.157 Building process visualization.

Common Azure Tools 1.8 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

Indent Guides 15 Indent Guides

Adds visual guides at each indentation level.

JavaScript Language Service 2.0 JavaScript Language Service

JavaScript Project System 2.0 JavaScript Project System

Microsoft Azure Mobile Services Tools 1.4 Microsoft Azure Mobile Services Tools

NuGet Package Manager 3.4.4 NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

Parasoft C++test 10.3.1.175 Parasoft C++test

Parasoft Test 9.7.1.20170105 Parasoft Test

PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

Python Tools for Visual Studio 2.2.50113.00 Python Tools for Visual Studio provides IntelliSense, projects, templates, Interactive windows, and other support for Python developers.

Python Tools for Visual Studio - Django Integration 2.2.50113.00 Provides templates and integration for the Django web framework.

Python Tools for Visual Studio - Profiling Support 2.2.50113.00 Profiling support for Python projects.

TypeScript 1.8.36.0 TypeScript tools for Visual Studio

Visual Assist
For more information about Visual Assist, see the Whole Tomato Software website at http://www.WholeTomato.com. Copyright (c) 1997-2016 Whole Tomato Software, Inc.

Extensions that do not seem to show up in the above list:

MartinL0815 commented 6 years ago

Sorry, disturbance is no good companion. After "days" of waiting for my response …

  1. I am working with C++ projects.
  2. The errors are some like those below:
    • image
    • image
    • image
    • image
    • image

In all those cases the mouse pointer tells "you can click", but clicks do not cause jumps to the errors.

StefanKert commented 6 years ago

I tried to reproduces this with a C++ project with the example @vladtepesch gave, but the file with the error is opening up correctly. Is it possible for one of you guys to send me a project where this "go to" is not working? Thanks!

MartinL0815 commented 6 years ago

Sorry, I'm only working with C++ projects, I cannot share with the public. And currently I have no time to setup and test a test project

StefanKert commented 4 months ago

Since this is not reproduceable and might be due to a specific VS version I will close this issue. Please reopen / open another one if this issue is still existent.