SA-MP Forums Archive
Settig crash detect compile with Sublime text 2 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Settig crash detect compile with Sublime text 2 (/showthread.php?tid=590600)



Settig crash detect compile with Sublime text 2 - GGRPSkripter - 01.10.2015

I have problem, when i compile with Sublime Text 2 my crash detect doesnt work like compiling with pawn parameters -r -d3.

Here are commands for my sublime

Код:
{
 "cmd": ["pawncc.exe", "-i includes", "$file", "-;+"],
 "path": "D:\\Wiruspwns\\GlobalGaming\\GG\\pawno\\pawno",
	"file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
	"variants": [
		{
			"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"],
			"working_dir": "${file_path}",
			"name": "Preprocessed output"
		},
		{
			"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"],
			"working_dir": "${file_path}",
			"name": "P-code output"
		}
	]
}