Hi,
is it passible to debug the
.rss .mmp .dll .mk
files.
please help me regaurding this problem.
please give me the information about the tools to debug above extension files.
Hi,
is it passible to debug the
.rss .mmp .dll .mk
files.
please help me regaurding this problem.
please give me the information about the tools to debug above extension files.
.rss: resource source, it cannot be debugged, since it does not run
.mmp: makmake project file, it cannot be debugged, since it does not run
.dll: dynamically linking library, it can be debugged if you have its source
.mk: make file, it actually "runs", but it cannot be really debugged, since it is something like a batch file, without debug support. building with -v (verbose) switch might reveal a bit of what is actually happening.