Questions tagged as 'debug'

0
answers

Intellij Edit \ Debug project

I'm having problems with doing code editing and then debugging the intellij and Tomcat server. That is, at this moment I can debug remotely on the tomcat server but when I edit code and try to debug it ignores the modified code. can you help?...
asked by 14.08.2018 / 10:14
0
answers

AndroidStudio problem does not work on AVD

Good evening, I have a problem, I have no idea what it may take to help you! I am developing an Android application in Android studio in the code is all correct compila legal has no syntax error, but at the time of emulating this presents the fo...
asked by 30.07.2018 / 23:23
1
answer

Visual Studio quitting Debug unexpectedly (IIS error)

I came to share a solution that at least worked for me after several attempts. But first I'll explain the problem: Once I was using windows 7, I had a problem starting a webapp debug when I clicked on the url input of the browser, started a n...
asked by 27.07.2018 / 18:37
0
answers

Performance in Delphi 7

I have a binary search function used on a system in Delphi 7. When run within Delphi (which in theory would be the debug), its performance is 4x faster than compiled. I've already unbuttoned the Debug Info options in the build, but the p...
asked by 25.07.2018 / 14:58
0
answers

Minidump - Failed DLL

I've compiled a program that uses a dll that I do not own to source. The problem is that at times the program crashes / crashes because of that dll. I wanted to know if under these conditions there is a possibility to fix this failure based o...
asked by 11.06.2018 / 21:06
2
answers

Lazarus Debugando

In delphi in debug mode I can check the value of a field, for example: if Edit.text = '' then If you hover over Edit, I can see the value of the field. How do I do this on Lazarus? Or if there is another way to view the field values in d...
asked by 13.03.2018 / 21:12
1
answer

Attach a ClassLibrary to an External Application (Visual Studio)

I have a project that is a ClassLibrary and this DLL runs inside a Console Application, I have a requirement here where the developers of this ClassLibrary need to debug this DLL with the application, in the project properties I configured the E...
asked by 28.02.2018 / 10:13
0
answers

Debugging .net core application in docker on windows 7

I need to generate an application in a docker container, but my computer is running windows 7 OS. I installed Docker Toolbox, and inside its own bash I run the hello world container, but visual studio 2017 does not recognize that docker is in...
asked by 19.07.2017 / 17:36
0
answers

Visual Studio stops running when evaluating variable

Doing some testing on an old system, I got a strange behavior from Visual Studio. When I hover over a variable of a specific type, Visual Studio closes, as you can see in the GIF below: (Notethatquestionsappearinthepropertiesnameforamoment.A...
asked by 23.03.2017 / 19:54
0
answers

How to debug python code in the Geany IDE?

I'm learning programming in python and for this I'm using the GEANY IDE in Fedora 24. I'm happy to use it, but I can not debug my code. I already installed the debug plugin. Would anyone know how to debug?     
asked by 27.02.2017 / 23:37