> > Hello, > I'm trying to get the debugger running by following the README in > /usr/src/rtlinux-3.0/debugger. I've inserted the "breakpoint()" call as > suggested, but the program seems to run right past it, and I never see > the "exception 3 in rt_process" message that authors says to watch for.
Make sure the breakpoint() is in a rt-thread. It won't work for instance in the init_module() or cleanup_module(). -Dave i. -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
