lua-users home
lua-l archive

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


I am thinking where to keep information about breakpoints during remote
debug:
1. send all breakpoint information to client debug stub -> for small
embedded environments it has a big hit on memory...
2. keep all debug info in debugger -> big hit on performance because client
must ask debugger every debug line what to do.
What do You gurus think?
Cheers
Tristan