Questions tagged [devpartner]

DevPartner Studio, a suite of extensions to Microsoft Visual Studio for error checking, performance analysis, coverage analysis and static code review.

DevPartner Studio was created by NuMega Technologies, and the product has continued to be developed and maintained since it was acquired first by Compuware (1997) and then Micro Focus (2009). When installed, it extends the Microsoft Visual Studio, adding instrumented error detection, code coverage and performance analysis, plus a static code review package.

July 2015: The latest revision, 11.3, supports Windows 10 and Visual Studio 2015.

19 questions
3
votes
3 answers

How to disable incremental compilation in VS

How can I disable Incremental Compilation? I am using DevPartner and it complains while instrumenting the code that Skipping instrumentation due to incremental compilation.
chintan s
  • 6,170
  • 16
  • 53
  • 86
1
vote
3 answers

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 program to the point in the code where I suspect the…
BeachRunnerFred
  • 18,070
  • 35
  • 139
  • 238
1
vote
1 answer

How can i change the name of my bigcommerce app (the name showing up in app listing)

I want to change the name of Bigcommerce app. I don't see an option in my developer account. Please help
1
vote
1 answer

Devpartner reports GROOVEEX.DLL Leak exiting program

I'm using DevPartner 10.6.424.1 on x64 side, I see the huge leak in Grooveex.dll, i don't directly use this dll, i'm also seeing lots of false positive leaks. Anyone have experienced?, it is because devpartner is not good for x64 side?, any feedback…
Snekithan
  • 360
  • 3
  • 11
1
vote
3 answers

How do I change the compiler and CXX_FLAGS for CMAKE of a C++ project?

I'm currently working on an unmanaged Windows C++ application. I'm new to the world of CMAKE and C++. I'm also new to the world of this current unmanaged C++ application. I'm trying to integrate DevPartner into my build to instrument the build for…
JohnB
  • 3,921
  • 8
  • 49
  • 99
1
vote
1 answer

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 installed. I am trying to generate test coverage on…
Erix
  • 7,059
  • 2
  • 35
  • 61
0
votes
1 answer

Devpartner Coverage report 3rd party tool

Does anyone know if there is a tool for analyzing coverage data from Devpartner. My report comes with an extention ".dpcov", I can convert it to xml only. Has anyone worked on such xml to make a nicer view like html? Thanks
Itai Bar
  • 747
  • 5
  • 14
0
votes
1 answer

DevPartner: "Collect from .NET". VS "Collect COM information"

I downloaded and installed official trial version of DevPartner v110300. According to documentation (that accompanies installation) in project properties property "Collect from .NET" should exist. But I have "Collect COM information" for native C++,…
Vlad
  • 1,977
  • 19
  • 44
0
votes
1 answer

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 WeakDependencySource). What I need to know is…
Jeff B
  • 1,856
  • 2
  • 17
  • 28
0
votes
1 answer

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 downloaded a newer version (version 8.1) of the…
QuiOui
  • 105
  • 1
  • 8
0
votes
3 answers

Memory leak in ShowDialog even after disposing it

I have created a sample windows forms application which contains two forms - form1 and form2. Form1 contains a button and on the click I am showing form2 as a dialogbox as given below. private void button1_Click(object sender, EventArgs e) …
Mahesh KP
  • 6,248
  • 13
  • 50
  • 71
0
votes
1 answer

Resharper vs Borland Devpartner for visual studio

What are advantages of using Borland Devpartner over resharper or vice-versa? Any recommendations?
remo
  • 3,326
  • 6
  • 32
  • 50
0
votes
1 answer

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 /W D:\Test\debug__bin…
Elroy
  • 605
  • 4
  • 12
  • 20
0
votes
0 answers

Analysing memory leaks with DevPartner

We are using DevPartner to analyse memory leaks in our application. I got a set of analysis reports after memory leak analysis using DevPartner. Actually, I am not aware of how to generate reports. Anyway, now I started analysing the reports. They…
Mahesh KP
  • 6,248
  • 13
  • 50
  • 71
0
votes
1 answer

Compilation warnings with BoundChecker using VS2005

I am getting following warning when compiling my code to instrument it with Compuware BoundChecker 8.1 in VS2005 1>Compiling... 1>cl : Command line warning D9002 : ignoring unknown option '/NMbcOn' 1>cl : Command line warning D9002 : ignoring…
mkag
  • 106
  • 12
1
2