dbg01.gms : Test debugging option on Windows

Description

This model sets environment variable DEBUG_PGAMS to 5 and runs GAMS on
trnsport. We should see that we use the dbg version of gamscmex.

Contributor: Michael Bussieck, Nov 2013


Small Model of Type : GAMS


Category : GAMS Test library


Main file : dbg01.gms

$title 'Test debugging option on Windows' (DBG01,SEQ=634)

$ontext
This model sets environment variable DEBUG_PGAMS to 5 and runs GAMS on
trnsport. We should see that we use the dbg version of gamscmex.

Contributor: Michael Bussieck, Nov 2013
$offtext

$ifi %system.filesys% == UNIX $exit

$call gamslib -q trnsport
$setenv DEBUG_PGAMS 5
$call gams trnsport lo=4 | grep fnGamsCmex | grep cmex_dbg > %system.nullfile%
$if errorlevel 1 $abort Did not see cmex_dbg in log stream