From: Baptiste L. <gai...@fr...> - 2002-12-18 07:15:31
|
If you are using VC6, it's fairly simple: put a breakpoint in your test and run in debug mode. The important settings are in the project settings debug tab: exe for debug session: ..\..\deplib\cppunit\lib\DllPlugInTesterd_dll.exe Program arguments: -c -b ..\..\build\rftaparser\Debug\rftaparser_mdd.ext Those are stored in the .opt files (a binary file). You should already have it. Baptiste. ----- Original Message ----- From: "Andre Baresel" <and...@gm...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Tuesday, December 17, 2002 5:38 PM Subject: [Cpptool-develop] Question on testsuite ... > Is there any possibilty to debug a test ? > And how this can be done ? > > -- Andre > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Cpptool-develop mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpptool-develop > > |