...
Code Block |
---|
./test --trace "main" ./test --trace "*" ./test --trace "APP*" |
If your application doesn’t make use of the BASargParser class then you can call the function BAStrace directly, i.e.:
Code Block |
---|
BAStrace("BAS*"); // trace all files starting with BAS. |