Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] 1.0.1 Breakpoint Conditions and GDB 5.2.1 MI

At 04:29 PM 5/20/2003 -0400, Alain Magloire wrote:
In this case 'j==20', I'm suprise to see "".
The code will only put surrounding "" if the argument contains space.
So in your example 'j==20', should not be any surrounding quotes.
See MICommand.toString().

You are right. The case was j == 20, also valid but not working because of the introduced spaces. j==20 did work correctly.



Back to the top