[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: remote debug
- From: "Tristan Rybak" <tristan.rybak@...>
- Date: Thu, 4 Jul 2002 21:18:51 +0200
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