mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 10:25:43 +00:00
Change python scripting 'debug' button to just attach, not run
This commit is contained in:
@@ -305,12 +305,9 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="debugScript">
|
||||
<property name="toolTip">
|
||||
<string>Begin running the script in python</string>
|
||||
</property>
|
||||
<widget class="QToolButton" name="debugAttach">
|
||||
<property name="text">
|
||||
<string>Debug</string>
|
||||
<string>Attach External Debugger</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../Resources/resources.qrc">
|
||||
|
||||
Reference in New Issue
Block a user