Category "debugging"

How to resolve "Warning: debug info can be unavailable. Please close other application using ADB: Restart ADB integration and try again"

I am having a slight issue when trying to debug and android app via usb to external device. I keep getting the error "Warning: debug info can be unavailable. Pl

How to debug/step into QT SDK sources from my project

I want to debug, set break points etc in QT SDK sources, I have QT5.5.0 built with symbols and symbols are picked up, at lest GDB says so. But I still cannot de

Trigger "application quit unexpectedly" popup when OS X deamon crashes

I'm working on a new OS-X Daemon process (run from launchd) and would like to get popup window every time it crashes with all relevant information (pid, path to

How to clear the VS Code debug cache?

When I run my server.js from the command line everything works fine, but when I run it from the VS Code debugger, I get an older cached version of my graphql ty

"Internal error in the expression evaluator"

I've encountered a problem in expression evaluator of visual studio 2015 that says "Internal error in the expression evaluator", after some investigations I fou

How to debug TypeScript in Visual Studio Code

Installing ts-node and typescript locally √  Add a launch.json file √ { "name": "Current TS Tests File", "type": "node", "request":

I can't figure out why it works half the time

My own minesweeper I am trying to make #include <time.h> #include <conio.h> #include <stdio.h> #include <stdlib.h> int randNum(int min

why Ctrl-c in gdb terminal dose not send STOP signal to gdb process

To break loop in gdb we need to Ctrl -c in gdb terminal , but some time Ctrl-c not working, is there a way to break the loop? ( excepted sending SIGSTOP or S

How to move the debug pointer to change the execution flow in Visual Studio Code Debugger

I have used Visual Studio 2008 to 2017, all having this feature as shown below: The yellow arrow(debug pointer) which can be used to manipulate executing line(

Is it safe to turn on the Developer options in my Android smartphone?

I want to use smartphone instead of Genymotion emulator for debugging the apps that I develop. But I am not sure how safe it is to turn on Developer options. I

How to enable "Preserve Log" in Network tab in Chrome developer tools by default?

How to enable "Preserve Log" in Network tools in Chrome developer tools by default? Everytime I press F12 and then select Network tab, I need to click preserve

How to debug Django custom management command using VS Code

I am trying to debug a custom management command using Visual Studio Code. For this I have gone through the official VS Code tutorials for working with Python

can not debug with flutter null-safety flutter-dependencies

i can run my app only using Flutter run --no-sound-null-safety my mobile attached my my lab top samsung M21 using android studio flutter version Flutter 2.2.1 d

How to run or debug php on Visual Studio Code (VSCode)

I can't find a way to run or debug php on Visual studio code, Does anyone know how?

How to set breakpoints to all lines in a c# file in visual studio?

I am working with Visual Studio 2015. I have a big c# class file with lot of properties and methods. I want to set breakpoints to all possible lines (set and

What is the difference within the compiler between debugging and running the code? (STM32)

somehow when i am running my code, it seems like one GPIO Port isn't being initialized, meanwhile if i am debugging, it is. I am initializing two sensors: struc

[django]when debug=false,MEDIA_URL returns not found

when DEBUG=TRUE,media_url is working,but DEBUG = False ,returns not working. This is my setting file. setting.py DEBUG = False ... MEDIA_URL = "/pics/" MEDIA_

Is there anyway to debug a windows kernel with secure boot on?

Is there anyway that i can debug a windows kernel that has secure boot on? when i try to turn on debug mode when secure boot on windows says that i need to turn

How do I fix "Could not connect to remote process" while trying to debug the application?

I am making a android studio project and I try to debug my application. Running the application works fine, but when I try to debug it I get this error: Coul

Starting the debuggee failed: No executable specified, use `target exec'

Code: #include <stdio.h> #include <stdlib.h> #include <conio.h> // to generate numbers void gen_data(int b[], int n) { int i; for (i =