We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3fb8e7 + 9b99827 commit 7276d54Copy full SHA for 7276d54
modules/webstyle/lib/invenio.wsgi
@@ -28,6 +28,10 @@ if CFG_DEVEL_SITE:
28
remote_debugger.start_file_changes_monitor()
29
except:
30
pass
31
+ # enable remote debuggin with wdb <https://github.com/Kozea/wdb>
32
+ import os
33
+ os.environ['WDB_NO_BROWSER_AUTO_OPEN'] = 'True'
34
+
35
36
# wrap warnings (usually from sql queries) to log the traceback
37
# of their origin for debugging
0 commit comments