Instead of writing out a complete Debug.ListMemory command with all switches, you can invoke the command using predefined aliases with certain switches preset to specified values. For example, instead of entering:
>Debug.ListMemory /Format:float /Count:30 /Unicode
you can write:
Here is a list of the available aliases for the Debug.ListMemory command:
Alias
|
Command and Switches
|
|---|
d
|
Debug.ListMemory
|
da
|
Debug.ListMemory /Ansi
|
db
|
Debug.ListMemory /Format:OneByte
|
dc
|
Debug.ListMemory /Format:FourBytes /Ansi
|
dd
|
Debug.ListMemory /Format:FourBytes
|
df
|
Debug.ListMemory /Format:Float
|
dq
|
Debug.ListMemory /Format:EightBytes
|
du
|
Debug.ListMemory /Unicode
|