I try to configure Sublime Text 4 with LaTeXTools to write LaTeX documents. I want to see the .log files for debug purposes (I want to see those files like other editors like TeXniCcenter or TeXmaker). I followed those tutorials : http://individual.utoronto.ca/dobronyi/latexsublime.html ; https://www.danielherber.com/guides.php?option=latex-st3 and I found this post : Customize build setting (LatexTools in Sublime 3) but it didn't help. I modified the LaTeX.sublime-settings file by removing .log files from the temp_file_exts variable and setting the display_log to true.
How can I see .log file for debug after compiling my .tex files please ?