I'm using the latest nRF Connect (2.4.2) in VSCode (on Windows) to develop an application on an nRF52840. I would like to look at some of the assembly code generated by the compiler. How do I do that in this environment? With gcc I would use the -S switch; is it the same here? Where do I add this switch--Build Configuration (how?), CMakeLists.txt (what would the magic incantation be?), or somewhere else?
I can't easily hook up my j-link pod and just look at it in the debugger, since it requires a fair amount of mechanical disassembly.
Thanks in advance for any info.
--mkj