EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.72k stars 285 forks source link

使用.var导致编辑器卡死 #572

Closed chenfeng11111 closed 6 months ago

chenfeng11111 commented 6 months ago

Environment(环境)

name version
IDEA version idea ultimate Build #IU-233.11799.300, built on December 12, 2023
EmmyLua version 1.4.9
OS win11

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

  1. 导入附件文件
  2. 259行"behavior._hero._dirX2000110[behavior._behaviorOrder]" 使用.var

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

编辑器卡死

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

功能正常使用

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

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Any other comments?(其它说明)

asd.txt

CppCXY commented 6 months ago

已经上报了, 但是不知道什么时候会解决

CppCXY commented 6 months ago

这边建议用vscode, 或者没有调试需求, 可以使用intellij-sumnekolua插件

tangzx commented 6 months ago

好像不能复现 @chenfeng11111 20231222235624_rec_

CppCXY commented 6 months ago

https://github.com/EmmyLua/IntelliJ-EmmyLua/assets/40318218/59417b1d-7dae-4c6c-ac54-e22d18c184e4

是可以复现的

chenfeng11111 commented 6 months ago

https://github.com/EmmyLua/IntelliJ-EmmyLua/assets/51077830/da524841-960b-4b08-88b0-cc525b000331

tangzx commented 6 months ago

@chenfeng11111 尝试一下这个 https://github.com/EmmyLua/IntelliJ-EmmyLua/actions/runs/7340236452

chenfeng11111 commented 6 months ago

可以正常运行了,非常感谢