Eclipse CDT: mapping console mapping to source file and line

While debugging the code, it helps to get the original file name and line number on the console output. I already use the FILE and LINE macros. But it would be great if a double click on a line at the console output would lead me to the exact source line, which was responsible for the output of this line of the log. Can eclipse parse the output console and do something like this? It should not work all the time, only when the log line is in a specific format, and the original file name and line number are valid.

+5
source share

Source: https://habr.com/ru/post/1242427/


All Articles