mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
Pin/Unpin ObjectId, error message stackcall processed correctly
This commit is contained in:
@@ -76,8 +76,8 @@ The output of the process will be provided in a buffer named
|
||||
(unless (get-process (gdscript-debug-process-name (gdscript-util--find-project-configuration-file)))
|
||||
(gdscript-debug-make-server))
|
||||
(push (mapconcat (lambda (breakpoint)
|
||||
(let ((file (breakpoint->file breakpoint))
|
||||
(line (breakpoint->line breakpoint)))
|
||||
(let ((file (gdscript-breakpoint->file breakpoint))
|
||||
(line (gdscript-breakpoint->line breakpoint)))
|
||||
(format "%s:%s" file line))) gdscript-debug--breakpoints ",") args)
|
||||
(push "--breakpoints" args)
|
||||
(push (format "127.0.0.1:%s" gdscript-debug-port) args)
|
||||
|
||||
Reference in New Issue
Block a user