mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 16:30:06 +00:00
Comment only
Change-Id: Ie75175b6ea1842bf2020149770e7572b2d944ec4
This commit is contained in:
parent
8e31fac53e
commit
71aa78ac76
@ -1295,9 +1295,6 @@ void doCmdTrigger(char *params) {
|
|||||||
// This allows you to single step over a subroutine call, or
|
// This allows you to single step over a subroutine call, or
|
||||||
// continue exeuting until a loop exits.
|
// continue exeuting until a loop exits.
|
||||||
//
|
//
|
||||||
// Note: the implemention is quite simplistic, and the transient breakpoint
|
|
||||||
// will be removed when continue exits, regardless of whether the transient
|
|
||||||
// breakpoint was hit.
|
|
||||||
void doCmdNext(char *params) {
|
void doCmdNext(char *params) {
|
||||||
if (numbkpts == MAXBKPTS) {
|
if (numbkpts == MAXBKPTS) {
|
||||||
logTooManyBreakpoints();
|
logTooManyBreakpoints();
|
||||||
|
Loading…
Reference in New Issue
Block a user