mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 09:52:35 +01:00
Fix for an Issue #157
This commit is contained in:
parent
d421f9a618
commit
1b86fffc6d
1 changed files with 2 additions and 0 deletions
|
|
@ -3110,6 +3110,8 @@ def evaluateCode(code, variables=None):
|
|||
|
||||
try:
|
||||
exec(code, variables)
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
except KeyboardInterrupt:
|
||||
raise
|
||||
except Exception, ex:
|
||||
|
|
|
|||
Loading…
Reference in a new issue