Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asm filetype to cppdbg #42

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Add asm filetype to cppdbg #42

merged 1 commit into from
Feb 17, 2023

Conversation

jiriks74
Copy link
Contributor

CppTools VSCode extension suports debugging assembly (.asm) files as long as they're compiled with the correct debug flags:

This setup works for me
nasm -felf32 helloworld.asm -o helloworld.o -g -F dwarf
gcc -m32 -no-pie helloworld.o -o helloworld  -ggdb

@jay-babu
Copy link
Owner

Can you change the commit message to follow conventional commits? I will add that as a approver rule today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants