I am looking for a debugger like ddd in ubuntu for windows. I need this to debug c++ files. No开发者_如何学Got able to find any good ones.
Basically my problem is that I expect Visual Studio (2010 Professional) to be able to evaluate any Visual C++ expression in the watch window that it handles in the code I\'m debugging, but apparently
I want to monitor (or place a breakpoint on) each c开发者_如何学运维hange of a static field which is member of an internal class which resides in an external assembly for which I don\'t have code:
How do I filter stacks when debugging Android applications?I\'ve selected .jav开发者_高级运维a from the list in the \"Edit Step Filters\" dialogue, but it didn\'t help.Can I add a filter or package?Th
I would like to analyse my C++ code to find bad access in vectors and arrays (out of range access), is there 开发者_开发问答a tool for that ?
I am working with Magento but i didn\'t find a very good way to debug my modules. For example, many time,开发者_JS百科 i got a blank page with no php error and no apache error. For example, in backend
I have this function: function _cssIsLoaded(cssStylesheet, stylePath) { var cssLoaded = 0; if (cssStylesheet.href == stylePath){
I am new to OSX development, I had a question regarding running valgrind 3.6.1 on mac osx : 10.6.8 I was trying to analyze a GUI application using valgrind; However, From a console the GUI applicatio
I have a page that gets called many times in a loop. I have a version which is pulling data from MySQL on page load, pushing modified data back with each submission before the page repeats the process
I know that I can use WinDbg+PageHeap+ApplicationVer开发者_如何学JAVAifier - Microsoft tools. I read there are many tools available for C++ and wonder if there is something similar exists for C#?Thes