Build and Debug Tips
From Adobe Open Source Wiki
(Difference between revisions)
m |
|||
| Line 1: | Line 1: | ||
* Debugging msvc-built command-line ASL test apps from the command line: | * Debugging msvc-built command-line ASL test apps from the command line: | ||
| − | # build with bjam --preserve-test-targets | + | # ''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 | # ''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 | # F10 (to stop on first line of main), or F5 to let it rip | ||
Revision as of 00:09, 28 June 2007
- 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