[Help] Debug Info
#5

Tools>Build System>name_here

There is something like this:
pawn Код:
{
    "cmd": ["pawncc.exe", ..., "-;+"],
    ...
}
You need to pass "-d3" to it.
pawn Код:
{
    "cmd": ["pawncc.exe", ..., "-;+", "-d3"],
    ...
}
Reply


Messages In This Thread
[Help] Debug Info - by ApolloScripter - 02.02.2019, 18:55
Re: [Help] Debug Info - by lollypap54 - 02.02.2019, 19:07
Re: [Help] Debug Info - by ApolloScripter - 02.02.2019, 19:18
Re: [Help] Debug Info - by Proxus - 02.02.2019, 20:31
Re: [Help] Debug Info - by Calisthenics - 03.02.2019, 09:08

Forum Jump:


Users browsing this thread: 2 Guest(s)