Results 1 to 3 of 3
Hello Friends!! I am learning to programming in assembly language with nasm, and I'm following a tutorial which uses a debuger called "insight" but I can't install it. Do you ...
- 12-30-2010 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 72
[SOLVED] debugger insight
Hello Friends!! I am learning to programming in assembly language with nasm, and I'm following a tutorial which uses a debuger called "insight" but I can't install it. Do you know another debugger?
Many thanks!!
- 01-02-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Generally, people use gdb to debug on Linux systems.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 01-02-2011 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 72
Re: insight debugger
Yes!!! you're right!! with gdb i can see the registers value and much more!! Many thanks Rubberman!!!


