I am developing a mix of C and assembly modules. What is needed to debug the assembly symbols? The assembly modules do not show in the symbols window of the debugger and I can not add variables declared in the assembly modules in the watch window.
The assembly modules are translated using -g --debug and --keep.
any help appreciated