|
Well in Borland C++ it is only possible if you compiled the application staticaly using the sources.
Just debugging a DLL is much harder since you must compile and run the DLL itself by hooking the compile to a process.
There's also a way to debug the application and the DLL by putting both sources inside a project and debug the project as a whole.
__________________

UT: Ultra-kill... God like!
|