After I build an exe with the Debug Info checked, what should astackinfo() return if there is an error?
Note: The methods in both scx and vcx are stripped out before building the exe.
This is my finding:
If the error is from scx, it will able to show line # and source code.
If the error is from prg, it will able to show line # but no source code.
If the error is from vcx, it will NOT able to show line # or source code.
Are my finding correct?
Thank you for any help.
Note: The methods in both scx and vcx are stripped out before building the exe.
This is my finding:
If the error is from scx, it will able to show line # and source code.
If the error is from prg, it will able to show line # but no source code.
If the error is from vcx, it will NOT able to show line # or source code.
Are my finding correct?
Thank you for any help.