Most voted "debug" questions
Debugging is a methodical process of finding and reducing the number of errors or defects in a software, providing it with the expected behavior. Use this tag for debugging tools or for the process itself, and not for any problem preventing the program from working.
Learn more…156 questions
Sort by count of
-
3
votes0
answers588
viewsHelp configuration PHP Debug Visual Studio Code
using Docker, I would like to debug my PHP code, through the "PHP Debug" plugin of Visual Studio Code, however, I am encountering problems when debugging, with Netbeans works. Follow my settings:…
-
2
votes2
answers758
viewsEclipse Debugger does not advance on Android application
I’m having a problem trying to debug an Android application in Eclipse. When I press F5, F6 or F8, simply the break point line does not pass to the next instruction (line), it is stopped. I had…
-
2
votes1
answer149
viewsProfiling php (debug + run time)
Someone uses php code Profiling, other than with zend studio? The problem of zend studio is the license... but it is very good this functionality, there is something open source that is not as…
-
2
votes1
answer426
viewsHow to debug in Code::Blocks using the VS 2010 Express compiler
I am using the Visual Studio 2010 Express. The problem is that Syntax Highlighting is very weak and the intellisense (feature that shows the attributes of objects in how much "you" type) also leaves…
-
2
votes1
answer59
viewsHow to check on the console for open websockets connections?
I was analyzing how Stackoverflow checks for updates on the question list, but nothing appears on the console (Firebug), so I’m guessing they’re using websockets. Then I came up with a question: is…
-
2
votes2
answers2566
viewsNetbeans Xdebug Does Not Work
I am trying to use Netbeans Xdebug. I mark the line, and then click on "Debug File". However, nothing happens to me! Do you have any specific settings I should do? When I do this, in the right…
-
2
votes1
answer584
viewsHow to debug in C#?
How to debug in C# taking as reference the simple form of PHP that is usually used var_dump or print_r? I have a C# object but I don’t know how to know what’s in its structure.…
-
2
votes2
answers1047
viewsError while running project in Visual Studio
When I run a project in Visual Studio it shows the following error: A first chance Exception of type 'System.Data.Sqlclient.Sqlexception' occurred in System.Data.dll Code using System; using…
-
2
votes2
answers6461
viewsError opening emulator in Android Studio
I have an error here in Android Studio when I go debug the App in the emulator, it does not open and the following error appears: "ERROR: x86 emulation Currently requires hardware Acceleration!…
-
2
votes2
answers115
viewsError activating WP_DEBUG
I’m having a problem on my site in Wordpress. When I define in the wp-config.php, my site gets normal: define('WP_DEBUG', false); But when I define define('WP_DEBUG', true); The site gives page…
-
2
votes1
answer37
viewsScrapy 1.0 - Log Settings
I need to know how to change the highlighted fields, because when I run my program with Scrapy in version 1.0 it prints the result in these highlighted quantities. I wanted to know how to change…
-
2
votes0
answers29
viewsRemote Debugging . NET in Different Operating System
It is possible after installing and debugging an application that is running on linux through the mono of a windows machine? The Environment is the following: An application was developed on Windows…
-
2
votes1
answer85
viewsWhy do strings (Qstring) not appear during debugging in Visual Studio?
I have a program in Qt 5 I use QString to manipulate text strings. However, when I debug the program, I cannot see the contents of the strings (either in the "Auto", "Locals" or "Watch" window, or…
-
2
votes1
answer655
viewsDisable Debug Mode in Wordpress
Problem I have a template in Wordpress, which was working normally. At some point, without me changing anything, the following error started to appear at the top of the page: Debug Mode On Array (…
-
2
votes2
answers191
viewsNodejs debug using visual studio code
I’m using Visual Studio Code and I’m not able to debug a nodejs for it. If I put one breakpoint anywhere in my app.js and start debug, it works, but when I already have it in the browser and switch…
-
2
votes0
answers1018
viewsDelphi compiled program does not open
Good afternoon, I have software written in Delphi and noticed that the following problem occurs: If I use the option to compile in debug mode, the executable is 32MB and works correctly. If I use…
-
2
votes1
answer882
viewsStart Wildfly in debug mode
Start the Wildfly in the eclipse on-mode debug is simple. I want to start via command line by running the standalone.bat. So far so good, but I want to start in mode debug and under normal…
-
2
votes1
answer65
viewsHow do edits count during debug?
When I am debugging a code in Pycharm (Shift+F9) and make some changes, it is not recognized during the same debug session. I am obliged to restart the debug again for the changes to be recognized.…
-
2
votes2
answers4736
viewsAndroid Studio 3.0 Update Error
Good today appeared an update to Android Studio and as always put to update normally. When I finished updating I asked to download some versions of Radle and things like that, I just installed it to…
-
2
votes0
answers100
viewsError: Variables debug info not available
Whenever I try to "debug" with Android Studio this error appears: "variables debug info not available". Code in the Gradle: apply plugin: 'com.android.application' apply plugin: 'kotlin-android'…
-
2
votes1
answer81
viewsPerform tracking and debugging on . NET
During the development of an application, there are times when I get lost and want to understand how my code is running. For example, in which iteration of a particular loop of repetition it is,…
-
2
votes1
answer720
viewsDebug in C/C++ in Visual Studio Code does not work (Linux Ubuntu)
I use Visual Studio Code, and wanted to use your Debug in my C/C++ files. There are few BR tutorials on how to configure the debug of VS code for Linux, especially in the language I use, and as I am…
-
2
votes1
answer70
viewsThe entry point of a executable is the memory address of the main function?
hello. c #include <stdio.h> void main(void){ // << entry point printf("Hello World!"); } hello asm global _main extern _printf section .text _main: ; << entry point push message…
-
2
votes1
answer456
viewsHow to Input Data in Debugging with VS Code
I started using VS Code to program, I like it a lot. But in a simple console application, when I am in debugging and arrives in a line with Console.ReadLine() you can’t input data, I write on the…
-
2
votes0
answers24
viewsDoubt in Javascript merge debug
I’m studying data structures with Javascript and so far everything was ok. Only when I got to the sorting algorithms, more specifically the merge Sort, I ended up crashing, I can’t understand the…
-
2
votes2
answers69
viewsI can’t debug imported module in project in Visual Studio Community 2019
I’m using version 16.7.5 of Visual Studio Community 2019 where I’m implementing for the first time a pyproj (Python version 3.8.3) in a virtual environment env. I installed the library…
-
2
votes2
answers221
viewsMy vscode does not execute code in "output", but in the console debug
I’m learning to code in Javascript (Cod3r’s WEB Development Course by Udemy) and I’m having a lot of problems with Visual Studio Code, which I’ve been postponing for not being able to solve. The…
-
1
votes1
answer228
viewsSwipe to the right after left gives ANDROID error
I am creating an application on Android in Eclipse with 3 screen with Swipe horizontal, in the last tab I have a Map Fragment. But it turns out that when doing Swipe to the right the first time…
-
1
votes1
answer336
viewsDebug/running non-stop server
It is possible to stop an execution that is in debug at the time of breakpoint without stopping the server? I don’t want the debug continue because I know you’re wrong, for example I want you to…
-
1
votes0
answers71
viewsHow to view queries that returned error?
Hello, I wonder if in mysql, in his own dictionary (Mysql) I can debug the query that returns with an error of a particular application?
-
1
votes1
answer502
viewsWindows Immediate Window is gone
Window Immediacy Windows disappeared and I can’t restore it anymore. The condition does not appear in the Edit Menu of Visual Studio 2010.
-
1
votes1
answer57
viewsHow to define a breakpoint in gdb for all functions of a certain file?
Is it possible to set a breakpoint for all functions of a particular file in gdb? An application, for example, would check if the program passes by certain file during its execution.
-
1
votes1
answer253
viewsHow to verify register values by gdb?
How to check the value of all registrars in gdb? Also, how to check the value of a specific registrar in gdb?
-
1
votes2
answers385
viewsHow to make cmd slower
Is there any command for the cmd run a program I have run from the compiler? I would like to debug what I did and, as I often fall into infinite loop, I want to know if you have how to do the cmd…
-
1
votes0
answers93
viewsXdebug waiting session eternally in eclipse?
I’m trying to debug a system made in php using Xdebug. I followed the installation instructions by uncommenting and changing Xdebug settings in php.ini: zend_extension =…
-
1
votes1
answer87
viewsQt Qdebug does not work (does not display messages)
I own the Fedora 23 operating system and use Qt to develop graphical interfaces (GUI), however my Debugger does not work: I’m trying to print messages on console using qDebug(), but nothing is…
-
1
votes1
answer573
viewsPHP - Remote Xdebug using netbeans
Presenting the environment: I have a virtual server running a Debian 7.2 (64bit) distribution, on this server I have installed Apache 2.2.22 and PHP 5.4.39 My host machine runs OS X 10.11, as a…
-
1
votes1
answer25
viewsRemove UI Debugging Tools from Window
I would like to know how to remove the option UI Debugging Tools for XAML appears at the top of the window WPF (as shown below)…
-
1
votes1
answer49
viewsVisual Studio 2015 shows no Qstring content during debug/debugging
I’m using Visual Studio 2015 to develop an application in Qt 5. Everything works correctly, but when I try to debug the code and inspect a variable of type QString, debug does not show the contents…
-
1
votes0
answers386
viewsError 'Microsoft.CSharp.Runtimebinder.Runtimebinderexception' in System.Core.dll
I am trying to debug a C# application and is showing this error: Exception thrown: 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' in Microsoft.CSharp.dll 'Emulador AFO.vshost.exe' (CLR…
-
1
votes1
answer694
viewsIdentify memory leak in c++?
Hello, I have recently had problems with the application I am developing. The application seems to lose performance during a certain run time. I checked my code but use only a single object…
-
1
votes1
answer781
viewsProblem to connect my device to Android Studio via Wi-Fi
I’m developing an application that needs the USB port of the device is not connected, so not to disturb the tests, I need to connect the phone in Android Studio through Wi-Fi, in the past had…
-
1
votes0
answers246
viewsHow to debug python code in Geany IDE?
I am learning python programming and for this I am using the GEANY IDE in Fedora 24. I’m loving using it, but I can’t debug my code. I’ve already installed the debugging plugin. Would anyone know…
-
1
votes0
answers30
viewsVisual Studio to run when evaluating variable
Doing some tests on an old system, I arrived at a strange behavior for the Visual Studio part. When I hover over a variable of a specific type, Visual Studio closes, as you can see in the GIF below:…
-
1
votes0
answers586
viewsVisual Studio 2013 Debugger does not work with external DLL
I have an application that was migrated from VS2008 to 2013, . Net Framework 4 and C#, using a DLL from another project. Build no errors. However after execution, at the time of instantiating the…
-
1
votes2
answers136
viewsWindow in visual studio when debugging method
I’ve been dealing with some very robust methods that alter or insert data into several tables. It is time consuming to debug and map all tables that are affected by routine. Is there a window like…
-
1
votes0
answers128
viewsRequest for ASP.NET MCV super slow
I have a complicated problem with my project, and I don’t know what else to do. I have an MVC4 project (after an upgrade of the MVC3 project that the company I work for already had) and it is…
-
1
votes1
answer128
viewsIs it possible to "debug" my application inside the server?
I have an ASP.NET application in c#, and I do some debugs(obvious) in Visual Studio, but I always have a problem with directories, because the Godaddy directory for example is different from the…
-
1
votes3
answers73
viewsHow to debug code with Object Initializer format
Following some good practices that Visual Studio itself recommends, we cannot debug values of an object one by one using the "Object Initializer" or "Object Initializer". How best to get around this…
-
1
votes0
answers68
viewsMy Xamarin is only working in the debug version!
During my applications, my Xamarin started running only in debug, when I change to release solution, it keeps using debug. I tried to restart the pc, download the project again, change some configs,…