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

Lua breakpoints on Javascript Code #38

Closed
rvalle opened this issue Aug 21, 2017 · 1 comment
Closed

Lua breakpoints on Javascript Code #38

rvalle opened this issue Aug 21, 2017 · 1 comment

Comments

@rvalle
Copy link

rvalle commented Aug 21, 2017

I have added this plugin to Webstorm to highlight the syntax of a couple of lua files to be used with redis.

My project is mainly javascript/nodejs files.
After installing this plugin, breakpoints on javascript don't work anymore.

Looking into the breakpoint information, breakpoints on JavaScript files seem to be handled by lua-line-breakpoint instead of JavaScript line breakpoints.

lua-line-breakpoints should handle only breakpoints on lua files and not javascript files, I guess.

I could not find any way to configure/modify this behaviour, so I had to disable this Lua plugin.

@tangzx
Copy link
Member

tangzx commented Aug 23, 2017

thanks for your feedback, I'll check it.

@tangzx tangzx closed this as completed in c85d3cf Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants