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
-
1
votes0
answers27
viewsCompatibility mode Wordpress
I use wordpress and I need to make this code work. upei it and to using firefox debuger to know where are the errors. It already replaces all $ for jQuery, but on line 18 he’s saying that…
-
1
votes3
answers5808
viewsProblem running Visual studio debugger
I have a problem in my project, I use ASP.NET MVC 5 and for a while I get this message whenever I run my project, the problem is not the visual studio installed on the machine(as in that solution)…
-
1
votes4
answers658
viewsDebug showing variable name and value?
Often when I need to debug the value of a variable at runtime I use the print(). But when there are many variables, I need to identify the variable name along with the value. In this way, the print…
-
1
votes1
answer874
viewsHow to enable debug() in PHP?
I’m having trouble trying to use the function debug(); in the PHP. In the log of apache appears the following error: PHP Fatal error: Uncaught Error: Call to Undefined Function debug() in…
-
1
votes1
answer202
viewsMy app stops in release mode. How to fix?
I’m developing an app with Android Studio version 3.0 Canary, but I’m going through a boring problem. Got like Activity initial with login through the Facebook. I’ve managed the key release to…
-
1
votes1
answer135
viewsHow to display Cursor values using Debugger in Android Studio?
I’m very used to just using the Logcat, while debugging an application. But I realize that the Debbuger is a much more powerful tool. I can pause the state of the application and observe its…
-
1
votes0
answers98
viewsWhat is that nasm-created file when I "compile" it?
I compiled an Assembly code in nasm using "nasm.exe -f Win64 program.asm -the program. o" and got more doubts than anything. My intention in making this simple program is to take a pure code,…
-
1
votes0
answers79
viewsFirebase Crashlytics: How to debug non-fatal errors?
Hello! Good afternoon, sir. I have an application for Android (developed in Android Studio) that uses lib Mpandroid Chart (a lib for Charts). Like any chart that we want to compile, we first need to…
-
1
votes0
answers416
viewsHow to debug python in Visual Studio Code
I have the following structure and folders and files: DebugTeste |--br |--com |--empresa |--implementacao | |--__init__.py | |--Ola.py | |--testes |--testeOlaMundo __init__.py code: # __init__.py…
-
1
votes1
answer676
viewsDelphi - Access Violation in login form
Guys I have a problem, I’m beginner in Delphi and I am developing a registration and consultation system, it is almost finished, I am doing the login part of the system, where only registered users…
-
1
votes1
answer245
viewsArduino’s Serial.read() does not work as expected
In the void loop, I need it to read the difficulty, instead it keeps returning the string on the monitor. I’m spinning in this tinkercad project //Vamos começar definindo as notas para os sons…
-
0
votes4
answers512
viewsDebug applications in Nodejs
What are the best tools to be used in debugging applications?
-
0
votes0
answers27
viewsRails 3 does not show ruby debug page 1.9.2
My Rails project no longer shows the debug page after I changed the machine project. How do I make such a page appear again?
-
0
votes1
answer227
viewsEventually java.lang.Arrayindexoutofboundsexception occurs
I made a simple algorithm of a book and there are two possible results. To test these results I have to run the program several times until Math.Random() generates the possible numbers and displays…
-
0
votes1
answer103
viewsVariable debugging on the cake php layer
How do I debug or printf a variable in the model to display it on the screen? I can only debug variables in the view and controller public function atualizaCatalogo(){ $arr_produtos_out =…
-
0
votes0
answers54
viewsDebug Web Service in secondary project in Visual Studio
I created a new project in C# in Visual Studio 2015 and made a reference to a Web Service that is in another secondary project. This Web Service is working normally, but when entering the break…
-
0
votes1
answer91
viewsERROR: Call to Undefined Function Verificacpf()!
Hello my code is giving error when checking if the result of a function is TRUE, follow the code below: <?php $conn = new mysqli($servername, $username, $password, $dbname); if…
-
0
votes0
answers45
viewsHow to debug a chunk of code in the model layer in cake php
I need to debug a chunk of code that is in my model but when I add debug($varexemplo) or var_dump or printf for example it does not display anything in the browser! Can someone please help me?…
-
0
votes1
answer111
viewsError when debugging program: "No Symbol table Loaded"
When debugging the program the following error message appears: Debugger name and version: GNU gdb (GDB) 7.10.1 Starting the debuggee failed: No Symbol table Loaded. Use the "file" command. Debugger…
-
0
votes1
answer94
viewsa bug in the range() function?
I’ve been writing a function for a class that takes a dictionary and converts it into a string to represent a matrix. def __str__(self): grid_str = ['' for _ in range(self.heigth)] for y in…
-
0
votes1
answer53
viewsCode updates not running during Debug, Eclipse
I work with Eclipse and Wildfly. Well, my question is simple: I made some kind of change to the code, however, when doing Debug I noticed that this change was not being executed, as if Eclipse…
-
0
votes0
answers32
viewsDebug . net core application in Docker in windows 7
I need to generate an application in a Docker container, but my computer has windows 7 OS. I installed Docker Toolbox, and inside the bash itself I can run hello world container, but visual studio…
visual-studio debug docker asp.net-core visual-studio-2017asked 7 years, 4 months ago Weslley Rocha 169 -
0
votes1
answer277
viewsEclipse Debug - Classes with equal names in different projects
I was debugging here and I came across a curious situation. I already fucked, but I could not succeed in discovering the problem. On a project, I have the class EntidadeDAO in the project1. In…
-
0
votes1
answer956
viewsEclipse Debug Settings
Good afternoon. I’m having a problem debugging my project on Eclipse. Native java classes are appearing in the debugging process when the only classes that are interesting to me are the ones that…
-
0
votes1
answer367
viewsDebug Delphi keeps stopping even after breakpoint withdrawal?
My Delphi XE is a little crazy, there are some Units that persist in making the stops even after I removed Breakpoint (F5) from the line, someone went through it and managed to solve, already…
-
0
votes2
answers347
viewsLazarus Debugando
In Delphi in debug mode I can check the value of a field, for example: if Edit.text = '' then If you hover over Edit I will be able to visualize the value of the field. How do I do this in Lazarus?…
-
0
votes0
answers76
viewsSite is not scrolling (scrolling screen) in google Chrome
Good afternoon! I am maintaining a website: https://editora-arara-azul.com.br and when google accessChrome the site is not scrolling the page. But when I use any other browser works normally. Can…
-
0
votes0
answers36
viewsError Visual Studio 2015 Community
Long ago I installed a plugin that allowed to program Swift on Windows, but then I uninstalled the plugin and now gives the image error when I click on "Start" (using C#): I tried to delete the…
-
0
votes1
answer36
viewsError when searching for a string
Hey, how you doing? I’m having a problem executing this code. From the second "While True" the program can not find the written product. It was registered right above. I checked this code from tail…
-
0
votes3
answers2202
viewsTest an App on android. React Native
Hello, my laptop doesn’t have the option to activate virtualization, so I need a way to test an app I’m doing. Does anyone know a way for me to do this on my own smartphone?
-
0
votes1
answer25
viewsAttach from a Classlibrary to an External application (Visual Studio)
I have a project that is a Classlibrary and this DLL runs inside a Console Application, I have a requirement here where the developers of this Classlibrary need to debug this DLL with the…
-
0
votes1
answer49
viewsDebbuging no Node js
How do I return the vscode debug to the Node default to see the variables and breakpoints on the server side? Because I once ran the debbuger for Chrome and now he doesn’t even ask what environment…
-
0
votes1
answer44
viewsIn the Google Crhome debugger for Javascript, can you Skip some files? Like "Angular.js"
Like, I need to debug with F10 or F11, but before a function to another, it already calls these files, like the image below. You have to mark that I want to jump them?…
-
0
votes1
answer55
viewsCakephp 3 Debugkit
In Cakephp 2 I usually enable/disable Debubkit by Appcontroller, according to the user who is logged in to the system: // AppController -> CakePHP 2 public function beforeFilter(){…
-
0
votes1
answer741
viewsSummernote post WYSIWYG in PHP does not take HTML
I have a field textarea using Summernote WYSIWYG, I’m doing a post for a php page. but the post takes only text, the HTML tags it does not load to the post. Below I have the html that contains the…
-
0
votes1
answer198
viewsHelp to debug in visual studio
Is there any way in the visual studio from one breakpoint to another kind of thing that’s between them? I have a giant and complex system, which almost always gets as far as I want, and it is…
-
0
votes1
answer202
viewsVisual Studio ending Debug unexpectedly (IIS error)
I come to share a solution that for me at least worked after several attempts. But first I will explain the problem occurred: Once using windows 7 I had a problem starting the debug of a Webapp by…
-
0
votes0
answers59
viewsAndroidstudio problem does not work on AVD
Good evening I have a problem, I have no idea how much help I may need from you! I am developing an Android application in Android studio in the code is all correct compiles legal has no syntax…
-
0
votes1
answer160
viewsExecution console hangs while doing many readings in debug mode!
In an attempt to debug the code for errors, I often need to enter the requested data, but it is not always possible to reach the end of the program because the execution of the debug via "F10" or…
-
0
votes1
answer165
viewsError running React Native app out of debug mode
I’m having a weird mistake that I couldn’t find anywhere to fix. When running the app in debug mode it goes smoothly with no errors but when running the same app with no changes with debug mode…
-
0
votes1
answer983
viewsThe Value method of the Range object failed
Good evening, I’m making the following mistake: The Value method of the Range object failed The complete code is found here: By the Ghostbin Private Sub CommandButton2_Click() ''' Botão "CADASTRAR"…
-
0
votes1
answer97
viewsTypes of breakpoints in Eclipse
I believe that many who use or have used eclipse have already noticed that there are several types of breakpoints existing in it. The ones with the largest apparitions are similar to this: ,…
-
0
votes0
answers19
viewsData being entered correctly only in debug mode
I’m working on an archive import .txt where the elements are separated by |. So far so good, the file is interpreted, the values are stored in an array and then I need to enter the values in the…
-
0
votes1
answer30
viewsMy program keeps going down
I don’t know why this is happening, but I need help figuring out why the program is crashing. My program aims to use Kruskal’s algorithm to find the lightest paths between cities (airports and…
-
0
votes1
answer22
viewsDebuggar with fwrite() in PHP
Guys, I came up with the need to consume an API with a very large volume of data, and I need to do this from a language because the API has limitations, and I go from PHP. The problem is that I need…
-
0
votes0
answers30
viewsError serving Expo + React Native Maps
Well I am in the exhaustive attempt to get the React-Native-Maps and finally, to serve it, I made the code (for now simple): import React from 'react'; import { StyleSheet, Text, View } from…
-
-1
votes1
answer255
viewsBug in a C code
I know, this code is very simple and this bit ugly tbm, I am beginner and I am trying to facilitate this function, someone can tell me what the mistake? Screenshot of the bug: #include…
-
-1
votes1
answer105
viewsFailed to read a file. php (lib Phpmailer)
Hello! I have the following form: <form role="form" method="post" action="send_email.php" id="formContato"> <div class="left"> <fieldset class="mail"><input…
-
-1
votes1
answer18
viewsProblem in VBA Debugger
Good morning! When I am debugging / debugging lines of code with the "F8" key, depending on the function it enters, instead of going to the next line, the command runs until the end, as if it had…
-
-1
votes0
answers9
viewsHow to change the code page of the VS2019 debug console?
The default CP of the debug console is 850. I switched in windows to use CP 1252, it worked OK, but this did not change the CP used by VS. You can configure/change this in Visual Studio?