Total War: WARHAMMER III

Total War: WARHAMMER III

VSCode LUA Debugger (ALPHA)
5 Comments
Bot easy 18 Nov, 2024 @ 3:53pm 
THE BEST MOD EVAR. PERIOD.
Ciaphas Cain 12 Jul, 2023 @ 5:51am 
What sort of things does this let me do? Probably an obvious answer but I have zero knowledge when it comes to LUA
MrSoul 19 Sep, 2022 @ 1:38pm 
Very cool, thank you sharing this, this’ll be a nice sanity check when I’m knee deep in lua and unsure what does what anymore haha
Fietspompje  [author] 19 Sep, 2022 @ 1:27pm 
@Mr.Soul
Similar yes. It inserts itself into the game's lua code via debug hooks, allowing you to debug live lua code while the game is executing it. Allowing you to step through code line by line. Similar to how a C# or C++ debugger can.
MrSoul 19 Sep, 2022 @ 11:24am 
wait, so is like rextester but essentially tied right into the game's paths?