Forum Discussion
Altera_Forum
Honored Contributor
20 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- But some variables have the correct value, such as "argc"[/b] --- Quote End --- argc is different. It is an argument passed in on stack, and that memory location has the valid value as long as the main function does not return. <div class='quotetop'>QUOTE </div> --- Quote Start --- Can I solve this problem if using the gdb directly?[/b] --- Quote End --- no. I have the same problem with gdb. Besides, debuging application using gdb is a very painful manual process right now, better to stick to the GUI.