How do i view the contents of static variables in the debugger?

All I see is local variables.

0

You can use 'Evaluate Expressin' feature (Alt+F8) to view any arbitrary value or expression.

0

请先登录再写评论。