News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

host application should be set fullpathed?

Started by huzhongshan, March 05, 2011, 07:46:54 AM

Previous topic - Next topic

huzhongshan

I debug a dll , use a host application set in Project-> set programs arguments-> host application . I use the button to choose the exe , but I found that I cannot be launched correctly . I change the path to full path , it works .
so use the button only to get relative path , and doesnot work correctly (in Win7) .

ollydbg

I always debug codecompletion plugin by setting the host exe program to codeblocks.exe (in relative path, such as:
output\codeblocks.exe )
it works fine.
I'm using Windows XP :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.