lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 2/13/08, steve donovan <steve.j.donovan@gmail.com> wrote:
> You could probably attach two different debuggers to your process,
> although this is of course not so elegant ;)
>

I do not think it will work. Which debugger will run the main function
and intercept and dispatch break_point events?

--Leo--