Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>C++ Compiler explorerNew to Visual Studio Code? Get it now.
C++ Compiler explorer

C++ Compiler explorer

Andreas Hollandt

|
8,092 installs
| (0) | Free
Show compiler-generated assembly code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cxx-compiler-explorer README

Shows disassembly to source relations and dims unused source lines.

This extension is based on Compiler Explorer (especially AsmParser class from it) and https://github.com/dseight/vscode-disasexpl (provider.ts and decorator.ts).

Usage

Run compilerexplorer.disassOutput from Command palette. Disassembly will be shown in a new column.

Run compilerexplorer.disassOutputWithExtraArgs from Command palette to use add extra compile options.

Requirements

compilerexplorer.compilationDirectory must point to location of build directory containing compile commands.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft