반응형

Watch window formatting Symbols

변수의 값을 확인하기 위해 사용하는 VC++Watch Window에서 변수의 값을 원하는 형태로 출력하는 Formatting Symbol에 대해 정리합니다.

 

n  Number

Symbol

Format

d,i

signed decimal integer

u

unsigned decimal integer

o

unsigned octal integer

x,X

Hexadecimal integer


 

n  String

Symbol

Format

s

String

su

Unicode string

st

Unicode string or ANSI string, depending on Unicode Strings setting in autoexp.dat.



 

n  Memory

Symbol

Format

ma

64 ASCII characters

m

16 bytes in hexadecimal, followed by 16 ASCII characters

mb

16 bytes in hexadecimal, followed by 16 ASCII characters

mw

8 words

md

4 doublewords

mq

4 quadwords

mu

2-byte characters (Unicode)

 

 

 

 

 

 

 


 

n  상수

Symbol

Format

hr

HRESULT Code

wm

Window Message

 

 

 




 

n  기타

Symbol

Format

@err

LastErrorCode

@eax

Register Value

 

 


반응형

+ Recent posts