Diagnostics - Add button to monitor watch expressions#1766
Merged
PabstMirror merged 5 commits intoCBATeam:masterfrom Jun 17, 2025
Merged
Diagnostics - Add button to monitor watch expressions#1766PabstMirror merged 5 commits intoCBATeam:masterfrom
PabstMirror merged 5 commits intoCBATeam:masterfrom
Conversation
PabstMirror
reviewed
Jun 15, 2025
veteran29
reviewed
Jun 15, 2025
addons/diagnostic/XEH_preInit.sqf
Outdated
|
|
||
| GVAR(watchControls) = [controlNull, controlNull, controlNull, controlNull]; | ||
| GVAR(watchStatements) = ["","", "", ""]; | ||
| addMissionEventHandler ["Draw2D", {call FUNC(watchUpdate)}]; |
Member
There was a problem hiding this comment.
From wiki for Draw2d, "Will stop executing when UI loses focus". Does it stop if game gets unfocused with -noPause? If so I would go for EachFrame.
Contributor
Author
There was a problem hiding this comment.
Keeps running with noPause on borderless window, stops with exclusive fullscreen
veteran29
reviewed
Jun 15, 2025
veteran29
reviewed
Jun 15, 2025
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Contributor
Contributor
Author
|
Wasn't able to reproduce that in single or multiplayer, using that order or just randomly quickly toggling them, never had an issue and it worked as expected |
PabstMirror
reviewed
Jun 17, 2025
PabstMirror
reviewed
Jun 17, 2025
PabstMirror
approved these changes
Jun 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

When merged this pull request will:

