adding lldb and dir-locals for debugging

This commit is contained in:
Chris Cochrun 2025-08-19 06:38:43 -05:00
parent 2c296a1a1f
commit 9db93107cc
3 changed files with 7 additions and 2 deletions

4
.dir-locals.el Normal file
View file

@ -0,0 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((dape-command . (lldb-dap :program "target/debug/lumina" :args ["-i" "test_presentation.lisp"])))))