Dynamic group cannot have debug logging enabled
Kertic opened this issue ยท 0 comments
Description
Enabling it on the dynamic group only enabled it for the nested children auras. It has no effect on itself.
WeakAuras Version
5.0.5
World of Warcraft Flavor
Retail (Default)
Tested with only WeakAuras
- Yes
- No
Lua Error
No response
Reproduction Steps
Make dynamic group
Make 2 children within group
Use custom code on the dynamic dynamic group that includes the use of DebugPrint()
Click parent group
Click enable debug logs
Trigger custom code of dynamic group
Click show debug logs
Expected outcome: String that was printed from Dynamic group's custom code should appear in debug log display
Actual outcome: Dynamic group custom code debug print out is nowhere. Concatenated children debug logs exist instead.
It's likely just that whatever logic groups use when applying options / configuration to children is also doing it with this. That has a use case, but it also comes without the ability to debug log the group itself.
Perhaps have an option in the group explicitly saying "enable debug logging for group" alongside the standard children-based functionality?
Last Good Version
No response
Screenshots
No response