CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2021
    Posts
    12

    changing color in TRACE macro

    is it possible to change the color of specific text/data in the vs output pane via the TRACE macro so that certain text stands out

    i found some examples of using escape “\033[0;31m” in printf but doesn't work in the outptu pane
    Last edited by jstoll; January 21st, 2022 at 08:51 PM.

  2. #2
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: changing color in TRACE macro

    Not sure whether it will help you... but try!
    https://marketplace.visualstudio.com....VSColorOutput
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured