Questions tagged as 'debug'

1
answer

How to see the value of a define or macro in gdb?

I have the following line of code: int a = MAX(b,c); How to check the definition of the MAX(b,c) macro? Sometimes the same macro is defined in several different ways in a code (for example, depending on the architecture). This would...
asked by 13.02.2015 / 15:27
1
answer

See the values of variables at runtime?

How do I know the values of the variables in an application at runtime? I want to know what the value of some variables is to know if the program is doing the right thing.     
asked by 29.01.2017 / 23:06
1
answer

Debug with min files in AngularJS

I created a task in Grunt to automatically concat and uglify in my files .js of the Angular to improve the performance and also not to be inserting a new file every time I create a controller, for example. However, wi...
asked by 17.01.2017 / 15:00
1
answer

Why use __debugInfo ()?

I saw PHP 5.6 now create the new magic method, called __debugInfo . This method is intended to return a array , so it will be printed on the var_dump call. This array returned obviously should provide debugging infor...
asked by 17.11.2016 / 14:51
1
answer

Debugging Java in Eclipse, excluding classes / packages

My application uses JSF / Hibernate, and a host of other add-ons (jar). When I have debug , a page, it stops at breakpoint and after some Steps (debug) it falls within% / p> How can I tell Eclipse that jar is just for my ap...
asked by 06.05.2014 / 20:04
1
answer

Remote debug in isolated environments

Work in a company doing bug fixes. Some clients deploy the system to computers on their internal network, so it is not possible to remote debug. Clients' computers usually have Internet access. I wonder if there are any tools that would al...
asked by 29.07.2017 / 12:59
1
answer

In Python is there any debug function equivalent to PHP's "print_r" or "var_dump"?

In Python is there any debug function equivalent to print_r or var_dump of PHP? For example, in PHP: $valor = 'Hello'; var_dump($valor); string(5)'Hello' In Python would have some similar function for debug?     
asked by 10.01.2017 / 16:54
1
answer

What is the best way to keep up with software flow?

I have a great project, how do I track the flow (step by step)? I have several classes and I have no idea what methods are called, what classes are, and so on. I put a breakpoint at a point that I know goes through there in debug mode but the...
asked by 09.03.2015 / 15:28
1
answer

Error trying to observe the contents of a variable or property of an object in the VS 2013 debugger

On almost every time I try to observe the contents of a variable or property of an object, I get the following error:    Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable...
asked by 28.02.2014 / 18:59
1
answer

Debug javascript Visual Studio 2013

I need some help, please. Next I had a machine with Win 7 32bits and I was able to debug the normal javascript in Visual Studio 2013, put the breakpoint and it would stop beauties. Then I switched to Win 8 64 bit and now I can not anymore,...
asked by 18.08.2014 / 19:31