mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-06 08:43:47 +03:00
Fix for an Issue #157
This commit is contained in:
parent
d421f9a618
commit
1b86fffc6d
|
@ -3110,6 +3110,8 @@ def evaluateCode(code, variables=None):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
exec(code, variables)
|
exec(code, variables)
|
||||||
|
import pdb
|
||||||
|
pdb.set_trace()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
raise
|
raise
|
||||||
except Exception, ex:
|
except Exception, ex:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user