]>
Commit | Line | Data |
---|---|---|
1 | ; This is a fragment that is supposed to be pasted into your autoexp.dat file | |
2 | ; found somewhere under MSVS installation directory (its exact location depends | |
3 | ; MSVS version so the simplest thing to do is to just search for it there). | |
4 | ||
5 | [AutoExpand] | |
6 | wxPoint=<x>,<y> | |
7 | wxSize=<x>*<y> | |
8 | wxRect=<x>,<y> <width>*<height> | |
9 | ||
10 | wxLongLong=<m_ll> | |
11 | wxString=<m_impl> | |
12 | ||
13 | [Visualizer] | |
14 | wxDateTime{ | |
15 | preview (#if ($e.IsValid()) ([wxDumpDate(&($e)),s]) #else (#("NIL"))) | |
16 | } |