IntelliJ-EmmyLua icon indicating copy to clipboard operation
IntelliJ-EmmyLua copied to clipboard

New debugger: step over works like step into, step into crashes

Open rulatir opened this issue 2 years ago • 1 comments

Environment(环境)

name version
IDEA version PS-232.9559.64
EmmyLua version 1.4.8-IDEA231
OS Arch Linux 6.4.12-arch1-1

What are the steps to reproduce this issue?(重现步骤?)

  1. Set up debugging in the IDE using Emmy-supplied debug configuration template in the "Debugger connect IDE" mode.
  2. Start a debugging session, hit a breakpoint
  3. Try using Step Into and Step Over commands

What happens?(出现什么问题?)

Step Over behaves like Step Into should behave. Step Into sometimes works, sometimes silently crashes the debugged Lua program.

What were you expecting to happen?(期望?)

The step commands should work correctly.

Any logs, error output, etc?(有没有什么log, error输出?)

I'm open to instructions as to how to collect those.

rulatir avatar Aug 31 '23 15:08 rulatir

please try from https://github.com/EmmyLua/EmmyLuaDebugger/releases the debugger on Intellij Emmylua is probably only version 1.3.0

CppCXY avatar Sep 01 '23 01:09 CppCXY