Sysprogs forums › Forums › VisualGDB › Problem with text color under Visual Studio 2019
- This topic has 4 replies, 3 voices, and was last updated 6 years ago by
wtywtykk.
-
AuthorPosts
-
October 18, 2019 at 22:00 #26224
octal
ParticipantI’m testing VisualGDB on two PC (at work and at home). On my Home PC, I have a strange problem under Visual Studio 2019 (It works perefctly with VS2015). I have found someone who is experimenting absolutely same problem as me on StackOverflow (he describes the problem perfectly).
https://stackoverflow.com/questions/58441128/problem-with-text-color-in-visual-studio-visualgdb
Regards
October 18, 2019 at 22:26 #26228support
KeymasterSorry, this is actually an issue caused by a recent change in the way Visual Studio reports its color settings to language services like the one used by VisualGDB.
Please try the following build, it already contains a fix for it: VisualGDB-5.5.1.3311.msi
October 19, 2019 at 14:57 #26236wtywtykk
ParticipantHello,
I encountered the color problem too. After installing the fix above, the colors were corrected. However, I can’t build the project now, and I got following messages:
1>C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\external.targets(6,3): error MSB4018: The “LaunchVisualGDB” task failed unexpectedly.
1>C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\external.targets(6,3): error MSB4018: System.TypeLoadException: Could not load type ‘VisualGDB.Builder.ISimpleFormattedBuildLogLineSink’ from assembly ‘VisualGDBCore, Version=5.5.1.1, Culture=neutral, PublicKeyToken=8f764369eb712693’.
1>C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\external.targets(6,3): error MSB4018: at Sysprogs.build.tasks.shared.LaunchVisualGDB.Execute()
1>C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\external.targets(6,3): error MSB4018: at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
1>C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\external.targets(6,3): error MSB4018: at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()And following messages show up when I open the project:
error : Designtime build failed for project ‘C:\Users\163wt\Desktop\EmbeddedProject1\EmbeddedProject1\EmbeddedProject1.vcxproj’ configuration ‘Debug|VisualGDB’. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.Regards
October 19, 2019 at 15:35 #26237support
KeymasterThanks for pointing this out, please try the following build instead: VisualGDB-5.5.1.3317.msi
October 19, 2019 at 17:42 #26241wtywtykk
ParticipantHi,
It works, thank you! -
AuthorPosts
- You must be logged in to reply to this topic.