Page 1 of 1

PrimalScript VBScript debugger file-size limitations

Posted: Tue Jan 15, 2019 4:49 am
by tkvtkv
Product, version and build: Trial ver. of PrimalScript 2019 v7.4.122
32 or 64 bit version of product: x64
Operating system: Windows Server 2019 or Windows 10
32 or 64 bit OS: x64


I have trouble with VBScript Debugger.
I have vbs file like this:

Code: Select all

msgbox 123
'text comment....
'...
'text comment....
So the code line is the first one. All other lines - just comments.
The total size of the file is 1 055 607 bytes. I can debug such file successfully (pressing f5).
If I add one more character (it doesn't matter - to the first code line (for example msgbox 1234), or to one of the comment lines) the total file size would be 1 055 608 bytes. If i press f5 - debugger just hangs.

I have a very large production script, that is almost 1.5 mb size. I can successfully debug it with Visual Studio Community 2017 (but I don't like it ) ). And can't debug with PrimalScript.

Could you please remove this file size limitations? Thank you!

(The attached file works (it is 1 055 607 bytes). Add any character to it to reproduce the bug).

Re: PrimalScript VBScript debugger file-size limitations

Posted: Tue Jan 15, 2019 5:16 am
by Alexander Riedel
I'll look into it but as far as I know there is no size limit imposed by us.

Re: PrimalScript VBScript debugger file-size limitations

Posted: Tue Jan 15, 2019 7:25 am
by tkvtkv
Thank you!
I suspect this is some kind of a bug.
Of course, there is no reason to implement such limitation explicitly by design.

Re: PrimalScript VBScript debugger file-size limitations

Posted: Tue Jan 15, 2019 11:25 am
by Alexander Riedel
We have a handle on it. Next service build...