Questions tagged as 'debug'

0
answers

What is that file created by the nasm when I "compile" it?

I compiled an assembly code in the nasm using "nasm.exe -f win64 program.asm -o program.o" and got more doubts than anything else. My intention in doing this simple program is to take a pure code, assembly, and make it executable and so pass...
asked by 07.12.2018 / 15:55
0
answers

Firebase Crashlytics: How to debug non-fatal errors? [closed]

Hello! Good afternoon. I have an Android application (developed in Android Studio) that uses the MPAndroid Chart libraries. Like any chart we want to assemble, we first need to have the data that will make up this chart. When we are using t...
asked by 09.12.2018 / 16:31
0
answers

Doubt in merge sort debug with Javascript

I'm studying data structures with Javascript and so far everything was ok. But when I got into sorting algorithms, more specifically in merge sort, I ended up crashing, I can not understand the order of execution it follows. There's a double rec...
asked by 19.07.2018 / 03:11
0
answers

My Xamarin is only working in the debug version!

During my applications, my xamarin started to run only in debug, when I change to solution release, it continues using the debug. Already tried to restart the pc, download the project again, change some configs, but NOTHING. Has anyone had this...
asked by 20.04.2018 / 22:04
1
answer

My application for release mode. How to correct?

I'm developing an app with the Android Studio version 3.0 Canary , however I'm going through an annoying problem. I have initial activity with the login through Facebook . I already generated the release key to validate the login. Th...
asked by 19.03.2018 / 15:09
0
answers

Wordpress compatibility mode

I use wordpress and I need to make this code work. Upei it and to using the firefox debugger to know where the errors are. It already replaces all $ with jQuery , but on line 18 it says that jQueryrainbow.slider is not a func...
asked by 29.08.2017 / 16:19
0
answers

Is it possible to "debug" my application inside the server?

I have an ASP.NET application in C #, and I do some debugs (obvious) in Visual Studio, however I always have problem with directories, because the Godaddy directory for example is different from the localhost directory, and I need do some testin...
asked by 31.07.2017 / 18:15
0
answers

Request for ASP.NET MCV super slow

I have a complicated problem in my project, and I no longer know what else to do. I have an MVC4 project (after an upgrade of the MVC3 project that the company where I work already had) and it is becoming almost impossible to debug through VS201...
asked by 30.06.2017 / 12:13
0
answers

Visual Studio 2013 Debugger does not work with external DLL

I have an application that was migrated from VS2008 to 2013, .Net FrameWork 4 and C #, which uses a DLL from another project. Build without errors. But after running, at the moment of instantiating the dll object, it has the following error (...
asked by 11.04.2017 / 19:53
0
answers

Error 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' in System.Core.dll

I'm trying to debug a C # application and are experiencing this error: Exception thrown: 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' in Microsoft.CSharp.dll 'Emulador AFO.vshost.exe' (CLR v4.0.30319: Emulador AFO.vshost.exe): Loade...
asked by 08.09.2016 / 20:43