Aspect Express - Debugging aspects
Can aspects realized with Aspect Express be debuged with the VB-debuger ? If yes, how ?
Answers
it is possible, but it is not recommended because it is not reliable and debugging sometimes introduces strange effects.
Many people work with MessageBoxes or AppLog support (see AEX user manual).
If you absolutely want to try it:
make shure that you are member of the software developer group (AfwUhOp.exe ssd <YourUserName> ), use the "OpenDev" button to stay in the same process and launch IE from VB with URL "ao://startpage"
Many people work with MessageBoxes or AppLog support (see AEX user manual).
If you absolutely want to try it:
make shure that you are member of the software developer group (AfwUhOp.exe ssd <YourUserName> ), use the "OpenDev" button to stay in the same process and launch IE from VB with URL "ao://startpage"
There is also the possibility to use Visual Studio.Net to debug your VB 6.0 project. Especially useful when your VB 6.0 aspect system consists of multiple ASO:s.
For more info see: https://www15.abb.de/awdn_documents/u...
http://138.227.147.167/ubb/Forum5/HTM...
[This message has been edited by Marko Lehtola (edited 21-08-2002).]
For more info see: https://www15.abb.de/awdn_documents/u...
http://138.227.147.167/ubb/Forum5/HTM...
[This message has been edited by Marko Lehtola (edited 21-08-2002).]
Add new comment