sourcemod/sourcepawn
Peace-Maker 491d24a028 Add missing debug info for multidimensional strings
new String:INVISIBLE[2][8];

Multidimensional arrays like this wouldn't get their debug info added to
the debug symbols table.
Bug: https://bugs.alliedmods.net/show_bug.cgi?id=6324

See Fyren's comment in the bug report.
This patch recursively checks the parent symbol of array dimensions
until it finds the top symbol and uses that to check for the compound
level.
This still allows for early exiting the loop when going out of scope.
2015-04-04 11:05:36 -04:00
..
batchtool Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
compiler Add missing debug info for multidimensional strings 2015-04-04 11:05:36 -04:00
include/smx Bump SourcePawn version to 1.7 to match SourceMod. 2014-08-23 19:26:51 -07:00
jit Disable RTTI for Loader, Logic, and JIT bins 2014-09-11 17:15:59 -07:00