adding lldb and dir-locals for debugging
This commit is contained in:
parent
2c296a1a1f
commit
9db93107cc
3 changed files with 7 additions and 2 deletions
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal 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"])))))
|
|
@ -43,8 +43,8 @@ git = "https://github.com/jackpot51/iced_video_player.git"
|
|||
branch = "cosmic"
|
||||
features = ["wgpu"]
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
# [profile.dev]
|
||||
# opt-level = 3
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
stdenv
|
||||
gnumake
|
||||
gdb
|
||||
lldb
|
||||
cmake
|
||||
makeWrapper
|
||||
vulkan-headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue