comparison man/lispref/edebug-inc.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 341dac730539
children 6240c7796c7a
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
353 @item I 353 @item I
354 Step into the function or macro after point after first ensuring that it 354 Step into the function or macro after point after first ensuring that it
355 is instrumented. It does this by calling @code{edebug-on-entry} and 355 is instrumented. It does this by calling @code{edebug-on-entry} and
356 then switching to @code{go} mode. 356 then switching to @code{go} mode.
357 357
358 Although the automatic instrumentation is convenient, it is not 358 Although the automatic instrumentating is convenient, it is not
359 later automatically uninstrumented. 359 later automatically uninstrumented.
360 360
361 @item h 361 @item h
362 Proceed to the stop point near where point is using a temporary 362 Proceed to the stop point near where point is using a temporary
363 breakpoint (@code{edebug-goto-here}). 363 breakpoint (@code{edebug-goto-here}).
1409 1409
1410 @findex ` (Edebug) 1410 @findex ` (Edebug)
1411 @cindex backquote (Edebug) 1411 @cindex backquote (Edebug)
1412 Backquote (@kbd{`}) is a macro that results in an expression that may or 1412 Backquote (@kbd{`}) is a macro that results in an expression that may or
1413 may not be evaluated. It is often used to simplify the definition of a 1413 may not be evaluated. It is often used to simplify the definition of a
1414 macro to return an expression that is evaluated, but Edebug does not know 1414 macro to return an expression that is evaluted, but Edebug does not know
1415 when this is the case. However, the forms inside unquotes (@code{,} and 1415 when this is the case. However, the forms inside unquotes (@code{,} and
1416 @code{,@@}) are evaluated and Edebug instruments them. 1416 @code{,@@}) are evaluated and Edebug instruments them.
1417 1417
1418 Nested backquotes are supported by Edebug, but there is a limit on the 1418 Nested backquotes are supported by Edebug, but there is a limit on the
1419 support of quotes inside of backquotes. Quoted forms (with @code{'}) 1419 support of quotes inside of backquotes. Quoted forms (with @code{'})