Error Debugging Packages/Components


2005-01-17 12:45:37 PM
cppbuilder72
I'm in the process of learning how to develop packages and components. I've created a package with currently only one component. This component has been registered an added to the IDE. If I create a seperate application and drop the component into the application it works as expected.
However, it is a barebone component right now as I learn more. Testing the behavior of public functions is easy because I can read the values of public properties from within the application I drop it in. If I attempt to open the package and component, select run (whith the Run|Parameters set to bcb.exe), I get the error:
Project bcb.exe raised exception class MalformedURLException with message 'Exception Object Address: 0x225C816.' Process stopped. Use Step or Run to continue.
And then of course none of my breakpoints work after I hit run. If someone could explain why I would highly appreciate it.
Thanks,
Luke