Hi @jostlowe,
Thanks for making this request. One of the first requests for the SWO feature... We are working on recovering the feature gap vs STM32CubeIDE (Eclipse). The SWV feature is one block of features which we have not yet allocated time for. To be realistic, I think it will take us some time to get there.
That said, you can move to VS Code as your primary edit/build environment. And use STM32CubeIDE only for debug. It might not be suitable for your existing projects since you would have to port STM32CubeIDE projects to CMake to develop with VS Code... But if you start your next project with VS Code and CMake, then you can use STM32CubeIDE debugger side-by-side. It takes you ~1 minute to setup.
I encourage you to look at chapter "Import STM32 Cortex®-M executable" in the STM32CubeIDE User guide:
https://www.st.com/resource/en/user_manual/um2609-stm32cubeide-user-guide-stmicroelectronics.pdf
Follow-up question: When using SWO, what is the primary use case you need?
- Data tracing?
- Exception/interrupt tracing?
- Statistical profiling?
- ITM Printf tracing?
- ...?