Altera_Forum
Honored Contributor
21 years agoflakey debugger problems
I'm finding the IDE debugger to be, well, quite flakey. Wondering if anyone has an idea what is behind these things before I give my friendly neigborhood FAE a call. These are some of the problems I've seen:
- when "stop at main() on startup" is checked it some time decides not to stop any way. - If it does stop some times but it does not bring up the source file with the break point. It has the correct file name in the debug window "Thread[0]" list but it just can't seem to bring up the file. I can select the breakpoint in the breakpoint window and go to the file and line. Note that search paths are setup and correct (this worked better a couple of days ago). -When stopped at a breakpoint without bringup the source I can step blindly but it does follow the expected execution path as indicated by the 'Thread[0]" stack trace. - I often get a pop up window saying there was an error and to "see error log" on hitting a break point. The only log I've found is a .log file in the eclipse directory. It has lines like this: MESSAGE Scanner Exception: null ENTRY org.eclipse.cdt.core 4 4 Nov 05, 2004 11:25:23.750 MESSAGE Scanner Exception: null ENTRY org.eclipse.cdt.core 4 4 Nov 05, 2004 11:25:23.765 MESSAGE Scanner Exception: null ENTRY org.eclipse.cdt.core 4 4 Nov 05, 2004 11:37:54.864 MESSAGE Failed to index /mysrc/main.cpp *** SESSION Nov 05, 2004 12:36:09.152 ------------------------------------------ *** SESSION Nov 05, 2004 12:39:12.153 ------------------------------------------ *** SESSION Nov 05, 2004 12:44:20.764 ------------------------------------------ *** SESSION Nov 05, 2004 12:51:05.361 ------------------------------------------ ENTRY org.eclipse.cdt.core 4 4 Nov 05, 2004 13:00:50.661 MESSAGE Failed to index /mysrc/main.cpp ~ Are these known problems with version 1 or something else? Dan