Don't use "event" as a variable name as Visual C++ interprets this as C++ event thus preventing the runtime debugger from allowing me to view their value or explore their state if an object instance or structure.
View differences
Don't use "event" as a variable name as Visual C++ interprets this as C++ event thus preventing the runtime debugger from allowing me to view their value or explore their state if an object instance or structure.