Cogitator LensDivine the substratal invocations of your digital canticles. DescriptionThis VS Code extension allows you to view the assembly output of compiled C and C++ code in a CMake project. It supports automatic navigation and highlighting for source lines corresponding to the selected assembly line across all source files that contribute to the compiled object. UsageThis extension uses the CMake Tools extension API in order to detect project source files and their compile options. The CMake project must have successfully completed configuration before viewing assembly. Click on the disassemble button on the right hand side of the tab bar. Assembly for the current
source file will be opened to the right. Alternatively, select the option
Manual ConfigurationThis project supports a basic level of manual compiler configuration for simple cases without a CMake project. The configuration options AcknowledgementsThis extension is inspired by the following works: |