debugging tag

19 questions


1 answers
422 views
0
GDB gets version error when attempting to debug with the Presense SDK (IDE)

We are building a new SDK (IDE) environment for Spresense on Windows 10 Home.The LCP-Link2 on the official page as a debugger appears almost unavailable, so the motivation is to try using the DAP-Link...

1 years ago

1 answers
365 views
0
How to Coexist Powershell Debugs and Python Debugs in VScode

Window 10proVscode 1.70.2Python 3.9.10<-python interpreter selected under virtual environment/ENV folder by python venvPowershell Extension v2022.7.2Vscode enhancements PowerShell Python  Python Ex...


1 answers
272 views
0
I want to use mitmproxy to monitor Mac desktop application communication.

I was able to check the communication of Chrome by installing the certificate on the Mac by referring to the following site, but I cannot check the HTTPS/HTTP communication sent by the desktop applica...


1 answers
390 views
0
I want to prevent UnityEngine.RigidBody from slipping through.

I'm having trouble trying to script an object on Unity, but I'm having trouble getting it through.I want to create objects that move automatically in the +X direction and behave like objects that are ...


1 answers
415 views
0
I want to debug network communication on my PC.

The web app I'm developing is accessing the API and I'm getting a request from my Mac. I'd like to check the status of the request and the contents of the communication. Can I check the communication ...


1 answers
75 views
0
Unable to set watch variable in Golang debug

I want to use lldb to watch the variable c in the code below, but an error has occurred and it doesn't work.What should I do?go build-gcflags-N-lforprint.go and then enter lldb and watch An invalid th...

1 years ago

1 answers
74 views
0
About automatic stop when php debug occurs in visual studio code

We are developing a cakephp3 system with visual studio code.I am using php debug using xdebug below.https://github.com/felixfbecker/vscode-php-debugDebugs with breakpoint settings work normally, but W...

1 years ago

2 answers
119 views
0
Tips for finding the cause of the boot drop

There is an app that has been created on Android Studio, converted into Apk, and uploaded to the Google Play Store for about a month.If you look at the recent review section, you can see a lot of user...

1 years ago

1 answers
118 views
0
Is there a way to connect the terminal to the PC and debug it with logcat without power supply?

It's just as the subject says.I would like to observe the behavior of the Android application under development when the power supply is low, but when I connect the terminal to the PC via usb, the pow...


1 answers
112 views
0
To output variables & properties for an object

Does Python have a function like print_r of PHP?I have to see the status of the object when I debug it.Is there a similar function?

- 1 - »

© 2024 OneMinuteCode. All rights reserved.