Forum Discussion
Altera_Forum
Honored Contributor
20 years agodebug for Ethernet driver
I try to use debug mode to debuging LAN91C111 driver, but I can not set break pointer for the driver. Does any one know how to set break pointer in the altera_avalon_lan91c111.c? Thank you! ...
Altera_Forum
Honored Contributor
20 years agoI already know how to use the IDE to open the file which I want to debugging. I like to share it with you. Select the File->New->Other. A dialog popup, select C File and push Next, push the Advanced button, check the [Link to file in the file system] and use Browser to locate your file which want to debug. Input the same file name to the File name box, select Finish and you can set break pointer in the file!
Thank you very much! David