In Snort 1.9 or higher,
For example,
#define DEBUG_PORTSCAN2 0x00080000 /* 524288 / (+ conv2 ) 589824 */
To debug both just portscan2,
export SNORT_DEBUG=524288
To debug both portscan2 and conversation:
export SNORT_DEBUG=589824