Skip to content

Commit c18f643

Browse files
committed
chore: update changelog for lua debugger
1 parent d63afd1 commit c18f643

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

assets/Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@ Added ability to call UFunctions directly from the GUI. ([UE4SS #851](https://gi
8282

8383
Added highlights for properties matching the `Has property` and `Has property of type` filters ([UE4SS #1089](https://github.com/UE4SS-RE/RE-UE4SS/pull/1089))
8484

85+
### Lua Debugger
86+
87+
Added new Lua Debugger GUI tab with debugging tools for Lua mod development ([UE4SS #1099](https://github.com/UE4SS-RE/RE-UE4SS/pull/1099))
88+
- Breakpoint management with hit counts
89+
- Step debugging (Step Into, Step Over, Step Out, Continue)
90+
- Call stack viewer with clickable frames
91+
- Locals and upvalues inspection
92+
- Global variables browser with search and tree navigation
93+
- REPL console with command history
94+
- Script editor
95+
- Loaded modules viewer
96+
- Mods management tab to view, enable/disable, and create Lua mods
97+
8598
### UHT Dumper
8699

87100
Added support for generating `FUtf8String` and `FAnsiString` properties in UHT-compatible headers ([UE4SS #1015](https://github.com/UE4SS-RE/RE-UE4SS/pull/1015))

0 commit comments

Comments
 (0)