Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rulatir opened this issue Aug 31, 2023 · 1 comment
Open

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

rulatir opened this issue Aug 31, 2023 · 1 comment

Comments

@rulatir
Copy link

rulatir commented Aug 31, 2023

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.

@CppCXY
Copy link
Member

CppCXY commented Sep 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants