Questions tagged as 'debug'

2
answers

Making cmd slower

Is there any command for cmd to run a program that I run from the compiler? I would like to Debug what I did, and as I often fall into an infinite loop, I want to know if I can do cmd run slower (much slower) so I can see at what p...
asked by 14.06.2015 / 01:13
1
answer

Debug / run non-stop server

Is it possible to stop an execution that is at debug at the moment of the breakpoint without stopping the server? I do not want debug to continue because I know it is wrong, for example I want it to stop before giving an insert in the d...
asked by 01.10.2014 / 03:03
3
answers

Problem in running the Visual studio debugger

I have a problem with my project, I use ASP.NET MVC 5. From time to time I get this message every time I run my project, the problem is not the visual studio installed on the machine (
asked by 17.11.2017 / 14:49
1
answer

Identify memory leak in c ++? [closed]

Hello, I recently had problems with the application I'm developing. The application seems to lose performance during a certain runtime. I checked my code but I only use a single object dynamically allocated in memory, and I'm calling its due des...
asked by 14.09.2016 / 21:21
1
answer

Remove UI Debugging Tools from the Window

I would like to know how to remove the UI Debugging Tools for XAML option that appears at the top of the WPF window (as shown below)     
asked by 07.08.2016 / 00:18
1
answer

Qt QDebug does not work (does not display messages)

I have the Fedora 23 operating system and I use Qt to develop graphical interfaces (GUI), however my debugger does not work: I'm trying to print messages on the console using qDebug () , but nothing is displayed . I've tried everything and...
asked by 28.04.2016 / 19:13
1
answer

Scrapy 1.0 - Log Settings

I need to know how I can do to change the highlighted fields, because when I run my program with Scrapy in version 1.0 it printed the result in these highlighted quantities. I wanted to know how to change them, whether it's through a sc...
asked by 29.03.2016 / 15:10
1
answer

How to set a breakpoint in gdb for all functions of a certain file?

Is it possible to set a breakpoint for all functions of a given file in gdb? An application, for example, would check if the program goes through a certain file during its execution.     
asked by 26.02.2015 / 15:42
1
answer

How to check register values by gdb?

How to check the value of all registers in gdb? Also, how to check the value of a specific register in gdb?     
asked by 26.02.2015 / 15:54
1
answer

Swipe to the right after left gives error ANDROID

I'm creating an Android application in Eclipse with 3 screen with horizontal Swipe, on the last tab I have a Map Fragment. But it happens that when doing swipe to the right the first time everything is normal, when making a swipe to the left...
asked by 30.07.2014 / 00:41