How to change values of variables while debugging

Thomas Huld thomas.huld at jrc.it
Fri Feb 16 14:48:58 GMT 2001


> Hi,
> 
> How to change values of variables while debugging. There seem to be no
> corresponding menu option


You have to use the commands of the underlying debugger. For
gdb, this has the form

	set variable = expression

for instance:

	set myFloatVar = 4.7

More information can be had by typing

	help set

at the debugger command line.

Thomas


-- 
-------------------------------------------------------------------------
Thomas Huld
European Commission - Joint Research Centre - Ispra Site(IT)
T.P.723                 
I-21020 Ispra                | Insofar as my employer has coherent
Italy                        | opinions they are unlikely to be mine
tel. +39 0332 785273         | (That said, see http://eu.conecta.it)
e-mail: thomas.huld at jrc.it 

-------------------------------------------------------------------------

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list