-
Notifications
You must be signed in to change notification settings - Fork 5
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
Debug: just doesn'to work #20
Comments
Hrm. Odd. That should work, but there's interplay with build and debugger if you have both installed (it uses your build targets to set target_binary). If build's not working right now for you (based on the other issue), try uninstalling it and only using debugger; that may help. |
Ok. I found the problem. I made a typo in config.target_binary and system.get_file_info had always return nil. Now debugger started but if I add a breakpoint whole lite xl crushes.
|
Hrm. I don't use |
I just remove codeplus and got the same error
|
No idea then. Could be a distinction between what lxl I'm running and your version (it should be functional on 2.1.5, but my main driver is the RC for 3.0). I'll take a look. |
I configured Debuger with target binary in my ~/.config/lite-xl/init.lua
Pressing Debugger: Start Or Continue just doing nothing.
The text was updated successfully, but these errors were encountered: