全面战争:战锤3

全面战争:战锤3

VSCode LUA Debugger (ALPHA)
5 条留言
Bot easy 2024 年 11 月 18 日 下午 3:53 
THE BEST MOD EVAR. PERIOD.
Ciaphas Cain 2023 年 7 月 12 日 上午 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 2022 年 9 月 19 日 下午 1: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  [作者] 2022 年 9 月 19 日 下午 1: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 2022 年 9 月 19 日 上午 11:24 
wait, so is like rextester but essentially tied right into the game's paths?