Skip to content
Snippets Groups Projects
Commit 0e3c7a68 authored by cmaffeo2's avatar cmaffeo2
Browse files

Added _user_requested_quit to debug mode for mrdna script

parent f942e555
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ if __name__ == '__main__':
while True:
try:
# pdb._runscript(mainpyfile)
self._user_requested_quit = False
pdb.runcall(main)
if pdb._user_requested_quit:
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment