asm - linux下面有没有像以前windows下的debug.exe那样的工具?
PHP中文网
PHP中文网 2017-04-17 11:04:26
0
3
477

以前看过win32汇编编程的同学我想对这个debug.exe不陌生吧?回忆起来这个小工具还挺强大的。

现在慢慢将开发环境从win移到linux下,想问问linux老用户们,linux下面有没有类似的工具?

比如临时写点asm代码,然后可以一步一步中断执行,还可以查看内存和寄存器内容什么的

PHP中文网
PHP中文网

认证0级讲师

reply all(3)
Ty80

Use gdb for the command line. gdb also has many graphical interfaces

Ty80

For debugging tools under Linux, I think GDB is good. C/C and assembly can all be debugged well. :D
And the basic use is also very simple and easy to get started

Peter_Zhu

Look at my answer, you can also download DOSBOX under Linux.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template