samyeyo / LuaRT-Studio

Lua 5.4 IDE for Windows with debugger and script to executable compiler
Other
71 stars 11 forks source link

LuaRT-Studio crashes docking Stack Window #18

Open c-sanchez opened 1 year ago

c-sanchez commented 1 year ago

LuaRT-Studio crashes by docking the Stack window at the bottom, ie with the Output/Console Window. luart-stack-window-bug Docking the Stack window elsewhere works without problem

To replicate the error, just dock the Stack window with the Output/Console Window and start LuaRT-Studio again. luart-stack-error

samyeyo commented 1 year ago

The Stack panel is deprecated, the menu entry should have been removed, replaced by the Variables pane, that appears only during debugging.

Thank you for the report !

c-sanchez commented 1 year ago

Oh, I see, great then :D