Build and Debug Tips
From Adobe Open Source Wiki
- Debugging msvc-built command-line ASL test apps from the command line:
- To keep bjam from destroying test executables build with bjam --preserve-test-targets
- For adam_smoke under cygwin: "C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/devenv.exe" /DebugExe bin/adobe/test/adam_smoke/adam_smoke_test.test/msvc-8.0/debug/asl-dev/link-static/threading-multi/adam_smoke_test.exe ./adobe/test/adam_smoke/rtd
- F10 (to stop on first line of main), or F5 to let it rip