Total War: WARHAMMER III

Total War: WARHAMMER III

VSCode LUA Debugger (ALPHA)
5 kommentarer
Bot easy 18. nov. 2024 kl. 15:53 
THE BEST MOD EVAR. PERIOD.
Ciaphas Cain 12. juli 2023 kl. 5:51 
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 kl. 13:38 
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  [ophavsmand] 19. sep. 2022 kl. 13:27 
@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 kl. 11:24 
wait, so is like rextester but essentially tied right into the game's paths?