Questions tagged as 'debug'

2
answers

Netbeans Xdebug does not work

I'm 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 what should I do? When I do this procedure, in the right corner of Netbeans is "Waiting connect...
asked by 13.04.2015 / 18:40
1
answer

How to check the console for open websockets connections?

I was analyzing how StackOverflow checks for updates to the list of questions, but nothing appears on the console (Firebug), so I imagine they are using websockets. Then I had a question: can I check the connections open websockets through th...
asked by 20.01.2015 / 14:14
1
answer

Start Wildfly in debug mode

Starting Wildfly in eclipse in debug mode is simple. I want to start via command line by running standalone.bat . So far so good, but I want to start in debug mode and under normal conditions I can open my cm...
asked by 21.02.2017 / 23:45
1
answer

Disable Debug Mode in Wordpress

Problem I have a WordPress template, which was working normally. At some point, without altering anything, the following error began to appear at the top of the page: Debug Mode On Array ( [page] => 0 [ad_listing] => [..] What...
asked by 04.04.2016 / 13:57
1
answer

profiling php (debug + runtime)

Does anyone use php profiling without zend studio? The problem of zend studio is the license ... but this functionality is very good, there is something open source that is not as complicated as xdebug and its many configurations, that is, th...
asked by 13.08.2014 / 02:28
1
answer

How to debug in Code :: Blocks using the VS 2010 Express compiler

I'm using Visual Studio 2010 Express . The problem is that Syntax Highlighting is very weak and intellisense (a feature that shows the attributes of the objects as you type) also leaves something to be desired (I do not know if it's...
asked by 11.08.2014 / 17:04
2
answers

Eclipse Debugger does not advance in Android application

I'm having a problem trying to debug an Android application in Eclipse. When I press the F5, F6 or F8 keys, simply the break point line does not pass to the next instruction (line), it stops. I had already used the Eclipse Debug and had never ha...
asked by 13.02.2014 / 21:06
0
answers

Error: Debug variables info not available [closed]

Whenever I try to "debug" with Android Studio this error appears: "debug variables info not available". Code in gradle: apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' andr...
asked by 30.10.2017 / 20:15
0
answers

Help setup PHP Debug Visual Studio Code [closed]

I use 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 working. Here are my settings:    PHP version: 7.0       XDebug versio...
asked by 22.09.2017 / 21:20
0
answers

Debug in C / C ++ in Visual Studio Code does not work (Linux Ubuntu)

I use the Visual Studio Code, and wanted to use its Debug in my C / C ++ files. There are a few BR tutorials on how to set up VS code debugging for Linux, even more in the language I use, and since I'm new to this text editor, I'm struggling....
asked by 22.02.2018 / 08:04