1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-16 07:07:13 +02:00

Include code line in debug.

Includes the line of code that causes a syntax error. Few other minor fixes.
This commit is contained in:
Sandu Liviu Catalin
2019-06-16 02:12:51 +03:00
parent b1d214b196
commit d6a3937107
5 changed files with 119 additions and 22 deletions

View File

@ -6,6 +6,8 @@ StackSize=2048
ErrorHandling=true
# Allow the plug-in to load even if no scripts were loaded
EmptyInit=false
# Include code in debug information
Debugging=true
# Logging options
[Log]