You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In python, when doing a template edit, i noticed that when i pass the :module flag to dap-register-debug-template, the program receives filename twice as it's argument
In python, when doing a template edit, i noticed that when i pass the
:module
flag todap-register-debug-template
, the program receivesfilename
twice as it's argumentHere's my template
print(sys.argv)
:['/path/to/file.py', '--arg1 argument --arg2 argument']
['/path/to/file.py', '/path/to/file.py', '--arg1 argument --arg2 argument']
Setup:
Linux spounka-arch 6.9.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 05 Jul 2024 22:11:24 +0000 x86_64 GNU/Linux
doom --version
output:GNU Emacs v29.4 nil
Doom core v3.0.0-pre HEAD -> master 944eef90 2024-07-09 02:46:53 -0400
Doom modules v24.08.0-pre HEAD -> master 944eef90 2024-07-09 02:46:53 -0400
The text was updated successfully, but these errors were encountered: