Skip to content
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

add scriptNames to functions for debugging #1079

Merged
merged 1 commit into from
Mar 7, 2019
Merged

Conversation

PabstMirror
Copy link
Contributor

Adds scriptName to some functions defined inside sqf files.
Because of #1065 this will have no effect on released versions

@PabstMirror PabstMirror added this to the 3.10.1 milestone Feb 25, 2019
@@ -19,6 +19,7 @@ GVAR(waitUntilAndExecArray) = [];

// per frame handler system
[QFUNC(onFrame), {
SCRIPT(onFrame);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have wished for this stuff for SOOOO long, to be able to see it in the debugger. Which it can't because there is no identifying factor in there.
Maybe just move it into a SQF file ^^

@commy2 commy2 added the Feature label Feb 28, 2019
@commy2 commy2 modified the milestones: 3.10.1, 3.10 Mar 7, 2019
@commy2 commy2 merged commit e90ccf8 into master Mar 7, 2019
@commy2 commy2 deleted the addDebuggingScriptNames branch March 7, 2019 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants