You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
- External C function/closure pointer display with 'Go To Source' provided by Visual Studio
10
10
- Hexadecimal value support in expression evaluation
11
11
- Assertion failure, error call and runtime errors are displayed as unhandled exceptions (Break on Error option)
12
-
-Used data meta-table value display
13
-
- ':' member access is not handled in expression evaluation
12
+
-User data meta-table value display
13
+
- ':' member access is now handled in expression evaluation
14
14
- When Lua library is used together with sol library, C++ object in user data is available (may work for custom user data if meta-table contains '__type.name' string with C++ type name)
0 commit comments