Questions tagged as 'debug'

1
answer

Updates in code not being run during Debug, Eclipse

I work with Eclipse and WildFly. Well, my question is simple: I made some changes to the code, but when I debug I noticed that this change was not running, as if Eclipse always executed the old version of the code, ignoring my changes. With this...
asked by 02.02.2017 / 12:07
0
answers

Debug Web Service in Secondary Project in Visual Studio

I created a new project in C # in Visual Studio 2015 and made a reference from a Web Service that is in another secondary project. This Web Service is working normally, but when entering the break point nothing happens. Could you help me?     
asked by 19.07.2016 / 22:50
1
answer

Variable debugging in model cake php layer

How do I give a debug or printf to a variable in the model so that it is displayed on the screen? I can only debug the variables in the view and in the controller public function atualizaCatalogo(){ $arr_produtos_out = $this->c...
asked by 08.07.2016 / 15:31
0
answers

How to debug a piece of code in the model layer in cake php

I need to debug a snippet of code that is in my model however when I add debug ($ sample) or var_dump or printf for example it does not display anything in the browser! Can someone help me please? public function atualizaCatalogo(){...
asked by 07.07.2016 / 20:54
1
answer

ERROR: Call to undefined function CheckCPF ()!

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 ($conn->connect_error) { die("Conecxão Falhou:...
asked by 11.05.2016 / 14:47
0
answers

Rails 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 that page appear again?     
asked by 27.02.2015 / 21:51
1
answer

Failed to read a .php file (PHPMailer lib)

Hello! I have the following form: <form role="form" method="post" action="send_email.php" id="formContato"> <div class="left"> <fieldset class="mail"><input placeholder="Endereço e-mail" type="t...
asked by 18.03.2018 / 14:24
1
answer

Bug in a C code [duplicate]

I know, this code is very simple and it's kind of ugly too, I'm a beginner and I'm trying to facilitate this function, can anyone tell me what the error is? Image of the bug: #include<stdio.h>#include<stdlib.h>#include<str...
asked by 16.04.2017 / 23:12
1
answer

Bug in C Counter - Syntax problem [closed]

Well, I was doing some basic programming exercises and I came across a bug that I did not understand very well: #include <stdio.h> #include <stdlib.h> //Program prints the odd numbers until a determined limit. int main() { i...
asked by 04.01.2018 / 13:48