Comment only

Change-Id: Ie75175b6ea1842bf2020149770e7572b2d944ec4
This commit is contained in:
David Banks 2019-10-29 16:56:49 +00:00
parent 8e31fac53e
commit 71aa78ac76

View File

@ -1295,9 +1295,6 @@ void doCmdTrigger(char *params) {
// This allows you to single step over a subroutine call, or
// 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) {
if (numbkpts == MAXBKPTS) {
logTooManyBreakpoints();