Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nemiver shows ASM only

Tags:

c

debugging

I am new to nemiver and I am trying to debug C-Code. So I compile it first using Geany, then I type following in the shell:

nemiver source

nemiver opens and all is well, except the fact that I am seeing ASM-Code only. I can't switch to the "source-view" (C-Code).

What should I do in order to see C-Code to debug?

like image 370
IMX Avatar asked Dec 19 '25 16:12

IMX


1 Answers

You should build your binary with debug symbols ("-g" will give you basic debug info with gcc). When you do that, Nemiver will be able to find the source files and will in fact open the source files automatically as needed.

like image 121
Jussi Kukkonen Avatar answered Dec 22 '25 10:12

Jussi Kukkonen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!