Questions tagged as 'debug'

1
answer

How to get the last query executed by CakePHP?

I want to get the last query executed by CakePHP Example $data = $this->Ticket->find('all', array('conditions' => $conditions, 'order' => array('Ticket.id' => 'DESC'))); $this->query = $this->Ticket->getLa...
asked by 11.07.2014 / 23:41
1
answer

The 'OraOLEDB.Oracle' provider is not registered on the local machine

I have a problem that is limiting my work, this is the following, I created a WebService with a connection string for a database in oracle: OleDbConnection con = new OleDbConnection("Provider=OraOLEDB.Oracle.1;Persist Security Info=Fa...
asked by 27.06.2017 / 15:37
2
answers

Size difference (Release / Debug)

In Delphi has Build Configurations (Release and Debug), by choosing the Release the size of the executable decreases, I wanted to know what it does not include in the Release because the size had a considerable decrease in relation to Debug....
asked by 12.08.2016 / 18:12
3
answers

How to clear the cache in Opera 12?

So, I'm developing with a focus on Opera 12, it has a very interesting debugger, similar to Chrome, but one thing that annoys me a lot is that the refresh does not clear the browser cache, often close the flap and open a new one does not clean to...
asked by 07.02.2014 / 02:35
2
answers

Is there any way to debug by the browser to stop exactly in the line that is being executed?

I got a complex code for maintenance and noticed that a table is constantly updating causing page to slow down. I would like to know if you have any browsers option (chrome preference), which allows me to stop javascript execution and go to t...
asked by 16.09.2015 / 19:29
1
answer

How to insert a breakpoint in Javascript by code

I know that it is possible to mark a line as a breakpoint using Dev Tools, but is it possible to invoke the browser debugger directly from the code?     
asked by 23.03.2017 / 21:48
1
answer

What is the difference between Debug and Release mode?

I started to get the error: "Microsoft C ++ runtime error library". And I got a lot of trouble trying to fix this error. I was using Qt Creator with mingw32 in debug mode , but I realized that this mode depends on many compiler DLLs. I kn...
asked by 30.08.2016 / 17:47
2
answers

Is there a way to disable Delphi's "Debugger Exception Notification"?

I would like to disable the function from which the debugger notifies me of an Exception in a code snippet. Example: try Text := CurrToStrF('Erro', ffNumber, 2); except Text := '0,00'; end; While debugging the above code on some oc...
asked by 14.02.2014 / 20:04
1
answer

How to skip all breakpoints without removing them?

Is there any shortcut / setting to ignore all breakpoints without necessarily deleting them from the code?     
asked by 10.07.2017 / 16:03
4
answers

How to debug only one project in Visual Studio

I have six C # WEB projects inside a SOLUTION in Visual Studio 2010, when I run the debug, visual studio launches the six projects at a time, each one in a different process. Does it have to debug just one project or do I have to put each pro...
asked by 22.12.2014 / 13:48