replace 'hit-breakpoint' with 'paused'

This commit is contained in:
MihailRis
2025-10-09 00:28:06 +03:00
parent 33a5410ca2
commit f4c3b53cd1
2 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ debug.sethook(function (e, line)
end
end
current_func = func
__pause()
__pause("step")
debug.pull_events()
end
hook_lock = false