I am new to assembly language programming, i am reading this book Assembly step by step by Jeff Duntemann. one of his instruction was to download the KDbg for debugging the codes, however when i try to launch the code with kdbg this error occurs again and again for more than 100 times and i do not know what it is.
Example: when i run my linked file ./ExampleProgram
like this -> kdbg ExampleProgram i get the following error :
MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0
MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0
MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0
MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0
MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0
MNG error 11: function is invalid at this point ; chunk MHDR; subcode 0:0
can some one please help me to fix this problem. i am new to assembly language programming and the gdb framework. i am using ubuntu on a virtualBox. i have searched the internet and could not find an answer why is the KDbg is not running. Your support will be highly appreciated.