Add arguments to GDB option
1 unresolved thread
1 unresolved thread
This changes enable to pass arguments to gdb when using "-dg", "--gdb". This is essential to enable the usage of core files and starting scripts.
Merge request reports
Activity
Filter activity
requested review from @anderslindh1, @simonrose, @douglasaraujo, and @guillermoarroyo
@guillermoarroyo look it again, I just fixed the pre-commit run.
23 23 cell_path: List[Path], 24 24 no_init: bool, 25 25 realtime: bool, 26 gdb: bool, 26 gdb: str, mentioned in commit 66f906ca
Please register or sign in to reply