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

Lua debugger doesn't care about breakpoints

Open astrolemonade opened this issue 3 years ago • 1 comments

Environment

name version
IDEA version [Goland 2021.1.2]
Luanalysis version [v1.2.3]
OS [Manjaro GNU/Linux]

What are the steps to reproduce this issue?

Try to debug this image

What happens? image The debugger does not work.

What were you expecting to happen? I expect to stop at the first breakpoint at x = 1

Any other comments? Thank you so much for keeping this project alive!

astrolemonade avatar May 30 '21 15:05 astrolemonade

It seems like a problem of mobDebug version 0.70-3 with luasocket 3. I opened a pull request at the mobDebug repository https://github.com/pkulchenko/MobDebug/pull/61

astrolemonade avatar May 30 '21 19:05 astrolemonade