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

Do not work when using VisualGDB #255

Closed
Kochise opened this issue Aug 17, 2018 · 5 comments
Closed

Do not work when using VisualGDB #255

Kochise opened this issue Aug 17, 2018 · 5 comments
Assignees
Milestone

Comments

@Kochise
Copy link

Kochise commented Aug 17, 2018

Hi, using Visual Studio 2017 Pro (15.8.0) and VisualGDB with several projects inside the solution, some targeting MCU development, other emulation through a Windows layer. When opening the files through the Windows based projects, it doesn't works, well sometimes it does. Mostly while Visual Studio is loading, it looks like the plugin works, then it reverts to standard color scheme, the plugin disabled. Is there a way to force the plugin to work ?

@tomasr
Copy link
Owner

tomasr commented Aug 17, 2018

I'd be happy to look into this.

Could you enable the activity log (devenv /log) and when it stops working, collect the activityLog.xml and send it to me over email? I can take a look and see if there are any errors reported.

Additional info on the activity log here.

Other than that, could you maybe give me more specific repro steps? What exact extensions or add-ins do I need to match your setup so that I can try to repro this here?

@Kochise
Copy link
Author

Kochise commented Aug 20, 2018

Here we go... Visual Studio 2017 15.8.1, VisualGDB 5.4 preview4 http://sysprogs.com/files/tmp/VisualGDB-5.4.4.2400.msi and of course, viasfora :)

do not work when using visualgdb

15.0_31f3c8b9.zip

tomasr added a commit that referenced this issue Aug 21, 2018
@tomasr
Copy link
Owner

tomasr commented Aug 21, 2018

That gif was extremely useful. What appears to be going on is that VisualGDB is changing the content type of the buffer to one Viasfora doesn't recognize (C/C++ (VisualGDB)).

I've added it to the code, so hopefully this fixes the issue. Can you grab the latest dev build from here and see if that fixes the issue for you?

@tomasr tomasr self-assigned this Aug 21, 2018
@tomasr tomasr added this to the v4.2 milestone Aug 21, 2018
@Kochise
Copy link
Author

Kochise commented Aug 22, 2018

That did it, you genius !

@Kochise
Copy link
Author

Kochise commented Aug 22, 2018

@tomasr tomasr closed this as completed Dec 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants