debugging tag

19 questions


1 answers
88 views
0
What command do you all use in the gdb debugger?

I just started gdb, but it's still very difficult.I don't know how it works.Can you tell me what other developers usually use?

1 years ago

1 answers
122 views
0
To view C/C++ code after preprocessing in Visual Studio?

I have a C++ code with a lot of preprocessor instructions.I want to see how this was handled, where can I see it in the visual studio?


1 answers
90 views
0
How do I view dynamic assigned arrays in Visual Studio debugging mode?

The visual studio debugger shows the static arrangement well,Do I have to press + to show the dynamic array or double pointer?Also, sometimes I have to press + every time, so it's annoying.


1 answers
140 views
0
Debugging results in an error as access violation.

The compilation works well, but the access violation appears when debugging.What did I do wrong?Did I put the pointer wrong?#include <iostream>#include <string>using namespace std;class Co...

1 years ago

2 answers
71 views
0
To view the assembled results in gcc

I received a task to analyze the results of the compiled code, but I'm not used to gcc yet, so I don't know what options to give. How do I view the assembly code of C/C++ in gcc?

1 years ago

2 answers
110 views
0
How to redirect stdin to a file while passing a factor in gdb

I usually./a.out arg1 arg2 <fileI'd like to use gdb to debug the program together.How do I give commands or options?

1 years ago

1 answers
75 views
0
How to check for errors in case of app death before uploading Android market

I understand that if someone uses it by posting it on the Android market, the app can be reported to the developer in case of death.Likewise, is there a way to see the error message when someone dies ...

1 years ago

1 answers
81 views
0
Stack trace of Python application

The program keeps dying, but I can't find where it dies.How do I signal my Python interpreter to find out which code it runs?


1 answers
93 views
0
How to debug command-line parameters in Visual Studio

I'm making a command line application with BIS C++I can't find a way to debug it because I got an argument from the command line no matter how much I look for itI'm just using exe file to run it, but ...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.