-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor: add local variables to watch panel automatically #2451
Merged
ivan-mogilko
merged 11 commits into
adventuregamestudio:ags4
from
ericoporto:hack-editor-local-var-watch
Nov 13, 2024
Merged
Editor: add local variables to watch panel automatically #2451
ivan-mogilko
merged 11 commits into
adventuregamestudio:ags4
from
ericoporto:hack-editor-local-var-watch
Nov 13, 2024
Commits on Nov 12, 2024
-
Editor: add local variables to watch panel automatically
This change assumes local variables are usually meaningful in the context of the function being debugged. The user can still add and remove variables to watch, for meaningful global variables.
Configuration menu - View commit details
-
Copy full SHA for 3f4d1f7 - Browse repository at this point
Copy the full SHA 3f4d1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2435e46 - Browse repository at this point
Copy the full SHA 2435e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for de5b88d - Browse repository at this point
Copy the full SHA de5b88dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 660bd9b - Browse repository at this point
Copy the full SHA 660bd9bView commit details -
Editor: Watchpanel context uses icon instead
fix winforms issue where the checkbox in context menu scales incorrectly and the tick inside the checkbox may not show in some computers.
Configuration menu - View commit details
-
Copy full SHA for 0063bd2 - Browse repository at this point
Copy the full SHA 0063bd2View commit details -
Editor: DebugController runs a async message queue for non-instant msgs
Also, _communicator.SendMessage is called under a lock. This supposedly fixes a case when messages may be sent from multiple threads (e.g. with methods like QueryVariable).
Configuration menu - View commit details
-
Copy full SHA for b8b9686 - Browse repository at this point
Copy the full SHA b8b9686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 471d9fd - Browse repository at this point
Copy the full SHA 471d9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5e8d3 - Browse repository at this point
Copy the full SHA ba5e8d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d4f4a1 - Browse repository at this point
Copy the full SHA 0d4f4a1View commit details -
Editor: fix Watchpanel auto-local var checkbox
when checked back it now shows the variables in the watch panel properly
Configuration menu - View commit details
-
Copy full SHA for d719aff - Browse repository at this point
Copy the full SHA d719affView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 677a156 - Browse repository at this point
Copy the full SHA 677a156View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.