[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] getting debugger running?
>
> 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.