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"
|
branch = "cosmic"
|
||||||
features = ["wgpu"]
|
features = ["wgpu"]
|
||||||
|
|
||||||
[profile.dev]
|
# [profile.dev]
|
||||||
opt-level = 3
|
# opt-level = 3
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
stdenv
|
stdenv
|
||||||
gnumake
|
gnumake
|
||||||
gdb
|
gdb
|
||||||
|
lldb
|
||||||
cmake
|
cmake
|
||||||
makeWrapper
|
makeWrapper
|
||||||
vulkan-headers
|
vulkan-headers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue