Qt: Add toggle to enable GDB server
This commit is contained in:
@@ -183,6 +183,7 @@
|
||||
<addaction name="actionForceNTSCTimings"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionCPUDebugger"/>
|
||||
<addaction name="actionEnableGDBServer"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionDumpRAM"/>
|
||||
<addaction name="actionDumpVRAM"/>
|
||||
@@ -865,6 +866,14 @@
|
||||
<string>CPU D&ebugger</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEnableGDBServer">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enable GDB server</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionViewGameGrid">
|
||||
<property name="icon">
|
||||
<iconset theme="function-line">
|
||||
|
||||
Reference in New Issue
Block a user