This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to debug assembly modules

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

0