Dear All I would like to ask whether it is possible to display hex values rather than decimal values in the watch window, if possible do you know how? Thanks Garfay |
|
Hex values in Watch Window
Hi Garfay, Yes, you can display hex values in the watch window. Just use formatting symbols to specify the display format of the variable. When you are inserting a new expression in the watch window, simply follow the expression name with a comma and then the appropriate formatting letter (for hex, the symbol is 'x') example: when adding a new expression called 'some_variable' to the watch window and to display the contents in hexadecimal, simply type in the following in the expression field: some_variable,x Also check the Help menu (or hit F1 in the watch window) under Using 'Code Composer Studio->The Watch Window->Watch Window Display Format' for more information. Thanks, Ki-Soo Lee TI Canada -----Original Message----- From: [mailto:] Sent: Thursday, February 01, 2001 9:11 AM To: Subject: [code-comp] Hex values in Watch Window Dear All I would like to ask whether it is possible to display hex values rather than decimal values in the watch window, if possible do you know how? Thanks Garfay _____________________________________ Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group. _____________________________________ About this discussion group: To Join: To Post: To Leave: Archives: http://www.egroups.com/group/code-comp More Groups: http://www.dsprelated.com |
Hi, see Help/Using Code Composer Studio/The Watch Window/Watch Window Display Formats Take care Gabor -----Original Message----- From: [mailto:] Sent: Donnerstag, 01. Februar 2001 15:11 To: Subject: [code-comp] Hex values in Watch Window Dear All I would like to ask whether it is possible to display hex values rather than decimal values in the watch window, if possible do you know how? Thanks Garfay |
RE: [code-comp] Hex values in Watch Window
Hello, It's possible. Double-click on the variable you want to
watch.
Jean-Marc ROUXEL. -----Message d'origine-----
Dear All I would like to ask whether it is possible to display hex
values
Thanks Garfay ------------------------ Yahoo! Groups Sponsor
---------------------~-~>
_____________________________________
_____________________________________
To Join: c...@egroups.com To Post: c...@egroups.com To Leave: c...@egroups.com Archives: http://www.egroups.com/group/code-comp More Groups: http://www.dsprelated.com |