Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712

Fixed toggle breakpoint gutter not updating when the game is running, issue 5712
This commit is contained in:
Rémi Verschelde
2016-07-18 00:52:36 +02:00
committed by GitHub
4 changed files with 22 additions and 0 deletions

View File

@@ -39500,6 +39500,11 @@
</method>
</methods>
<signals>
<signal name="breakpoint_toggled">
<description>
Emitted when a breakpoint is placed via the breakpoint gutter.
</description>
</signal>
<signal name="cursor_changed">
<description>
Emitted when the cursor changes.