Script CallStack, line and column #297
Draft
Gussak wants to merge 6 commits into
Draft
Conversation
Terminal log will show line and column where the problem happened.
Terminal log will show line and column where the problem happened.
Terminal log will show line and column where the problem happened.
logs will show more details for mod developers: - Warnings, Showlocals and showvars will show GoTo/GoSub call stack. - Showlocals and showvars will also show event and params - The script call stack now shows position, line and collumn from where each call was made Obs.: the column may not match your text editor as each tab on it may count as more than one column
Shows most details possible about the script.
logs will show more details for mod developers: - Warnings, Showlocals and showvars will show GoTo/GoSub call stack. - Showlocals and showvars will also show event and params - The script call stack now shows position, line and collumn from where each call was made Obs.: the column may not match your text editor as each tab on it may count as more than one column
391b7f7 to
3d8a7e6
Compare
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.
Script CallStack, line and column
logs will show more details for mod developers:
Obs.: the column may not match your text editor as each tab on it may count as more than one column
It now looks like ex.:
To test it:
Obs.: about my other PR... branches
Obs.: I have many other PR_... branches, some are WIP but most are ready. If someone likes any of them, feel free to merge it in your own branch, test, improve etc. and create a pull request here instead of me :). There are also many usage examples and tests on the Hologram.asl script at my ArxLaetansMod (but it depends on my fully merged dev branch).Edit: there is only GoSub callstack...