Skip to content

Commit

Permalink
#5 Added python debugger to exeMain.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
oislen committed Sep 17, 2024
1 parent 7035ad1 commit 65bcfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exeMain.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python3 scripts/main.py --factor 0.5 --randomseed 1 --nitr 3
python3 -m pdb scripts/main.py --factor 0.5 --randomseed 1 --nitr 3
1 change: 1 addition & 0 deletions scripts/cons.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# set debug mode
debug_mode = False
__spec__ = None # persist pdb

# set file paths and locations with repo
fpath_root_dir = 'E:\\GitHub' if platform.system() == 'Windows' else '/home/ubuntu'
Expand Down

0 comments on commit 65bcfcc

Please sign in to comment.