|
Hello, I'd like to know it is possible to set break pointer in godo script editor. |
Answered by
gilzoide
Feb 21, 2023
Replies: 1 comment
|
Unfortuantely, no, it is not possible =/ You can, however, use something like debugger.lua and run Godot from the terminal to hit break points manually set in your code. |
0 replies
Answer selected by
jazzcake
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortuantely, no, it is not possible =/
You can, however, use something like debugger.lua and run Godot from the terminal to hit break points manually set in your code.
There might be other solutions for debugging Lua, but this is the only one I've ever used.