I've finally built a dynamic library... actually a framework...Yippeee
>I've finally built a dynamic library... actually a framework...Yippeee
>:-)
[quoted text clipped - 6 lines]
>
>Any help appreciated... as always...
Open the dylib project. Set breakpoints. Open the Runtime Settings
panel, and set the host application field to point to the application
using the dylib. Hit debug (on the dylib project).
Ron

Signature
CodeWarrior Development Studio for Macintosh v9
Enhance Your Productivity and Shorten your Development Cycles
<http://store.metrowerks.com/>
Sales and Support 512-996-5300 800-377-5416
Ron Liechty - MWRon@metrowerks.com - http://www.metrowerks.com
Kevin Hoyt - 28 Aug 2003 18:55 GMT
> >I've finally built a dynamic library... actually a framework...Yippeee
> >:-)
[quoted text clipped - 12 lines]
>
> Ron
Thanks Ron,
Is this supposed to work when the target application is a command line
tool? I am not able to browse and select the application. I typed in
the full path to it instead. When I start debugging, I get this
message:
"Couldn't find the application to launch to start the debug session.
Choose the application to launch in the "Runtime Settings" pref panel.
If this is a Java project, the main class name setting may be
incorrect or main() is missing."
This is not a Java application and does have a main.
Could this have something to do with the Createor (????) and Type
(MEXE) of the target application?