Tagged Questions
DevPartner Studio, a suite of extensions to Microsoft Visual Studio for error checking, performance analysis, coverage analysis and static code review.
1
vote
1answer
557 views
Devpartner Instrumentation for Code coverage causing linker errors
So I've got a Visual studio 2005 solution that contains a C# project (test driver - creates exe) and 7 C++ Projects (dll's).
This solution builds fine up to this point.
I have DevPartner studio 8.2 ...
1
vote
3answers
1k views
Can you start and stop boundschecker (DevPartner)?
I'm trying to use boundschecker to analyze a rather complex program. Running the program with boundschecker is almost too slow for it to be of any use since it takes me almost a day to run the ...
0
votes
1answer
130 views
Problems using DevPartner
I'm using DevPartner to track down memory leaks in a long-running .NET/WPF app. DevPartner tells me what classes are being leaked over time (primarily WeakReference, but also EffectiveValueEntry and ...
0
votes
1answer
588 views
DevPartner Profiler Community Edition
I used to have DevPartner Profiler Community Edition installed on my machine, which was free to use indefinitely and was compatible with Visual Studio 2003.
After I have rebuild my machine and ...
0
votes
1answer
147 views
Boundschecker does not terminate execution
I'm trying to generate a memory leak report using BoundsChecker 9.0.931.1 (BC.exe) through command line. The command I use is:
BC.exe /B sessionlog.dbpcl /XD xmlout.xml /OUT errorfile.txt /S /NOLOGO ...
0
votes
2answers
154 views
DevPartner's Metric Publisher
I am using DevPartner (for Java) with pretty good results. However, there's a "metric publishing" utility which I can't use.
The problem is that said utility (pubmetrics.exe) asks for a ...