Script Test e_jumpOutOfBounds

its a tough problem.
the editor after sc2 4.0 patch seems limit something to 32768 bytes max.
some complex method of the script will raise e_jumpOutOfBounds exception in script test window. (maybe due to the inline method compile, i cant control its inline property (no keyword), seems auto inline when the sub-method is small. so thats increase the method size.)
the problem is that the e_jumpOutOfBounds have no additional information. not display which line, or which method/trigger cause it. so its a tough problem now.
i cant upload image and files on the forum, you can download from my ftp server.
there is a example, e_jumpOutOfBounds.zip
ftp://Public:atc@Server.DreamProtocol.info

currently, i have figure out a way to disable inline compile, add some if block (trash code) can prevent auto inline.
but i hope blizzard can tweak the exception display or extend the code byte size of per method/trigger. or add a keyword inline or not-inline to set the method when compile scripts.