mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-21 21:26:12 +00:00
Add option to launch/wait for debugger on python contexts
This commit is contained in:
@@ -373,6 +373,15 @@ DECLARE_REFLECTION_STRUCT(BugReport);
|
||||
":type: bool"); \
|
||||
CONFIG_SETTING_VAL(public, bool, bool, Python_DebugEnabled, true) \
|
||||
\
|
||||
DOCUMENT( \
|
||||
"``True`` if a new instance of VS Code should be launched when debugging a python script " \
|
||||
"or UI extension.\n" \
|
||||
"\n" \
|
||||
"Defaults to ``True``." \
|
||||
"" \
|
||||
":type: bool"); \
|
||||
CONFIG_SETTING_VAL(public, bool, bool, Python_LaunchVSCode, true) \
|
||||
\
|
||||
DOCUMENT( \
|
||||
"The path to an copy of the ``debugpy`` module which should be loaded for debugging." \
|
||||
"" \
|
||||
|
||||
Reference in New Issue
Block a user