Visual Studio visualizer similar to Mole [closed] - visual-studio

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Mole visualizer for WPF in Visual Studio is a great tool for debugging WPF apps. What I want to know is, is there a visualizer tool with Mole like functionality for general .Net debugging. I find the built in watch capabilities to be a little fidly.
Thanks

Since MOLE version 3.0, the tool has been able to work with all types of Visual Studio projects. See here for more information about the tool and how to get the latest version.

Mole 2010 works for all .net objects. I just used it for a winforms app and a WCF service and it works great.
They've got a free demo if you want to check it out http://www.molosoft.com
Cheers!

Related

Compare TFS 2012 and Subversion [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
NOTE: This question discusses TFS-2012 vs SVN. Similar (but not duplicate) questions compared earlier TFS versions.
From what I've found (on other questions and sites), Microsoft has fixed most of the earlier gripes (performance, features, etc) of the earlier versions of TFS (as compared to SVN).
What are the primary pros and cons between Team Foundation Server 2012 and a Subversion solution (TortoiseSVN, VisualSVN, AnkhSVN)? What TFS issues remain? What does svn provide that just isn't available in TFS?

Visual Studio 2012 usability bugs [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Our team is thinking of upgrading to Visual Studio 2012, are there any common bugs that may cause hassle? Typically when a system is released, there are a few major bugs that were missed completely by the development team (eg. The entire Vista operating system)
I don't know of any "known" issues for VS 2012. There's usually a note or two in the readme; but, I cannot find one. You can view all the bugs (and other feedback) on Connect http://connect.microsoft.com/VisualStudio/SearchResults.aspx?FeedbackType=0&Status=1&Scope=0&SortOrder=5&TabView=0
Also, there's a UserVoice site for Visual Studio, so you can see what other people are suggesting to see if there is anything there that might be a show-stopper: http://visualstudio.uservoice.com/forums/121579-visual-studio

64 bit windows assembler debugging [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am trying to debug some assembler code on windows. For 32 bit code I was using Ollydbg, but it is unable to open 64-bit exe files.
I also tried using the visual studio debugger but I think the stack is somehow getting corrupted and I can't figure out how to place a breakpoint at the program entry, so this doesn't work
So are there any free programs that work?
If it matters I am using nasm and then gcc to compile the exe's
why not give windbg a try, its made by MS and free, here's the 64bit version.
Visual studion has an excellent debugger for both 32 bit and 64 bit windows.
If you are using nasm or yasm assembler then use the option -gcv8 on the assembler. This produces debug info that works with visual studio. You have to make a project in VS that includes both C/C++ and asm files. The asm files need a custom build rule looking something like:
CommandLine="yasm -fwin64 -gcv8 -o$(InputName).obj [inputs]"
Outputs="$(InputName).obj"

What is the best IDE choice for GUI programming using QT4 on a windows platform? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am going to start developing GUI applications with QT on a Windows platform. I have Visual Studio 2008.
I would like some suggestions as to just go with the QT IDE and do everything there or just install the QT plugin for Visual Studio and keep using Visual Studio as my IDE tool.
Are there any differences or benefits?
Thanks!
If you're very experienced with Visual Studio then it's probably best to just stick with that. But the Qt IDE does have a lot of nice stuff specifically designed for working with Qt, so that would be my preference.
I have never worked on a QT project with VS. Although I use VS for c# development.
But I have used QT creator (QT IDE) : it's fast (lighter than VS) and powerful tool except debugger VS is winner. From LGPL license and multi platform it integrates all QT supports (docs, help, nav ...) and GUI editor mode works perfectly.
I don't think you can find better in VS plugin.
Moreover QT creator interface is really simple and intuitive. You will not need to spend lots of time to assimilate it.
See Qt: Should I use Visual Studio, Qt Creator or something else?
See Which is better? Qt Creator or Visual Studio IDE
See Visual Studio or Eclipse - which one is better for Qt on Windows?
If you can go with a slow debugger but fast & very nice IDE, then go with the Qt Creator. If you learn all the quick hotkeys (not much of them) then you'll find that you're barely using the mouse any more. I like this feature very much. You can open any file, any method or going to anywhere in your project with only keyboard very easily. Your development will be much accelerated.

Developer tools for Mac [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Do you know of software like MS Visual Studio for Mac ?
There is a free suite of tools called Xcode which you can download from Apple's developer site. It gives you an IDE, all the different compilers, a bunch of tools, etc.
For mono development: http://monodevelop.com/. Assuming thats what you mean by visual studio and using .NET.
For native mac apps XCode: http://developer.apple.com/technologies/tools/xcode.html.

Resources