summaryrefslogtreecommitdiffstats
path: root/Source/cmDebugTools.h
Commit message (Collapse)AuthorAgeFilesLines
* cmDebugTools: add headerBen Boeckel2023-10-011-0/+23
This provides a utility macro which prints out: - location of the call; - the expression being evaluated; and - the value of the expression. Evaluates to the value of the expression. Inspired by Rust's `dbg!` macro. See: https://doc.rust-lang.org/stable/std/macro.dbg.html