Questions tagged as 'debug'

0
answers

Program compiled in Delphi does not open

Good afternoon, I have a software written in Delphi and I noticed that the following problem occurs: If you use the option to compile in debug mode, the executable comes with 32MB and works correctly. If you use the option to compile in...
asked by 10.01.2017 / 18:52
1
answer

NodeJS debug using visual studio code

I'm using Visual Studio Code and I'm not able to debug a nodejs through it. If I put a breakpoint anywhere in my app.js and start the debug, it works, but when I already have it in the browser and move to another route, for example, nothing...
asked by 13.09.2016 / 02:21
0
answers

.NET Remote Debugging on Different Operating System

Is it possible after installing and debugging an application running on linux through the mono of a windows machine? The Environment is as follows: An application was developed in Windows using only the standard .NET 4.0 libraries. This...
asked by 21.10.2015 / 21:39
4
answers

Debug showing variable name and value?

Many times when I need to debug the value of a variable at runtime I use print() . But when there are many variables, I need to identify the name of the variable along with the value. In this way print becomes more laborious : pri...
asked by 30.09.2018 / 16:27
3
answers

How to debug code with the Object Initializer format

Following some good practices that Visual Studio itself recommends, we are unable to debug values of an object one by one using the Object Initializer or Object Initializer. What is the best way to get around this? Ex: var myObject = new Ob...
asked by 29.08.2017 / 16:20
2
answers

Window in visual studio when debugging method

I've been dealing with some very robust methods that change or insert data into multiple tables. It takes time to debug and map all the tables that are affected by the routine. Is there a window Immediate Window or Quick Watch in Visual S...
asked by 01.06.2017 / 16:38
1
answer

How to display the values of the Cursor using Debugger in Android Studio?

I'm very used to just using Logcat while I'm debugging an app. But I realize that
asked by 02.07.2018 / 21:39
1
answer

How to enable debug () in PHP? [closed]

I'm having trouble trying to use the debug(); function in PHP . In the log of apache the following error appears:    PHP Fatal error: Uncaught Error: Call to undefined function debug () in / var / www / html / ... auto...
asked by 04.01.2018 / 18:17
1
answer

Problem connecting my device to Android Studio over Wi-Fi

I'm developing an application that requires that the USB port of the device is not connected, so as not to disturb the tests, I need to connect the phone in Android Studio through Wi-Fi, in the past I had already managed to make that connection,...
asked by 06.01.2017 / 01:22
1
answer

PHP - remote xdebug using netbeans

Introducing 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 development IDE I'm using Netbeans for PHP....
asked by 15.10.2015 / 19:00