bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#52222: 27.2; invalid formatting in edebug-set-consitional-breakpoint


From: Michael Heerdegen
Subject: bug#52222: 27.2; invalid formatting in edebug-set-consitional-breakpoint interactive history
Date: Wed, 01 Dec 2021 16:08:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Петров Андрей <an.petrov@pay-lab.ru> writes:

> 1. Instrument some function for debugging
> 2. Goto any line inside that function and set conditional breakpoint using 
> strings in expression:
>   M-x edebug-set-conditional-breakpoint RET (equal some-var "SomeString") RET
> 3. Set a conditional breakpoint again using interactive history:
>  M-x edebug-set-conditional-breakpoint RET [up]
>  I see 
>     (equal some-var SomeString)
>  i.e. SomeString turned into a symbol instead of string.

I don't see that - I tested with 27.1 and master.

What I do see is that the confirmation message of edebug looks like the
above (which is a bug) - but only that: the items in the history are
correct.

Michael.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]