Skip to content
Snippets Groups Projects
Commit 6f270e7a authored by Aurindam Jana's avatar Aurindam Jana Committed by hjk
Browse files

Debugging: Fix bridge script


Debugging helper library dialog pops up even though the
helper library is not rquired. This patch fixes the case.

Change-Id: Iae259fe6bb4b31d8e957de398a40e4ded2e73532
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 0e9afbfb
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,10 @@ try: ...@@ -28,7 +28,10 @@ try:
# #
####################################################################### #######################################################################
gdb.execute("set auto-load-scripts no") try:
gdb.execute("set auto-load-scripts no")
except:
pass
####################################################################### #######################################################################
......
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