add 'set-breakpoint', 'remove-breakpoint' commands

This commit is contained in:
MihailRis
2025-10-07 21:07:02 +03:00
parent 95f30da49b
commit 5972bc769b
6 changed files with 114 additions and 2 deletions
+1
View File
@@ -587,6 +587,7 @@ function __process_post_runnables()
__vc_named_coroutines[name] = nil
end
debug.pull_events()
network.__process_events()
block.__process_register_events()
block.__perform_ticks(time.delta())