Skip to main content

Questions tagged [debugging]

Software that debugs or identifies errors with code, software, or hardware (or interacts with other software doing so).

3 votes
0 answers
57 views

Freeware x86 decompilers for Windows with debug?

I'm searching for a software that is capable of decompiling x86 code in C-like code and run a debug session within it with the possibility to see the content of the variables. That above was a quick ...
Alby87's user avatar
  • 131
1 vote
0 answers
90 views

Is there an equivalent of Python Tutor for R?

Is there a tool like Python Tutor that help beginners by showing code execution step by step?. I know that you can use the RStudio's debugger, be I will be using it in a course where the students don'...
carlos's user avatar
  • 111
2 votes
0 answers
63 views

Android Browser with developer tools

What application should I use to bring fully fledged developer browsing experience (where I not just view a page as end user, but also discover and edit DOM tree, debug JavaScript, view network ...
Vi.'s user avatar
  • 1,035
1 vote
0 answers
19 views

Is there such a lightweight IDE for Python as RStudio is for R?

Responsiveness, interactive ipython console, and versatile, customizable design (not like Jupyter Notebook which locks you into browser); I need full control on editor color scheme, syntax coloring, ...
ivan866's user avatar
  • 171
1 vote
0 answers
12 views

Is there some quick GUI or command line to test a model logic?

I'm writing a sim game model, the ui layer is undermined(Unity, Godot...), now it's using a winform. The model consists dozens of scripts, hundreds of methods. When I want to test the model logic, it'...
zhaihouxi's user avatar
1 vote
0 answers
57 views

Command line based debugger for C# running on .NET 6

Migrating from SO Crossposting from SE Crossposting from Roslyn discussions Crossposing from .NET runtime discussions I'm on a (possibly futile) quest to find a command line based debugger for C# ...
user32882's user avatar
  • 121
0 votes
0 answers
15 views

Tracing library

I need libraries for tracing Java and C++ code (all restricted to using only standard library). In particular I want to record the values of all the variables in memory at every executed line. For ...
Opt's user avatar
  • 101
0 votes
0 answers
10 views

Crash report, bug and task management automation

I need to collect logs from users, automatically merge them and track how many different users have the same bug. I don't even know good keywords for such programs. I believe it should be BugSplat or ...
user894319twitter's user avatar
0 votes
1 answer
257 views

Finding graphical interface for GDB

Recently, I start to debug my Fortran code with GDB. There are so many command-line which employing them is difficult for me. I want to know is there any graphical user interface (GUI) for GDB that ...
MOSTAJKIR's user avatar
1 vote
0 answers
364 views

multi thread capable python debugger

Does the ipython debugger (ipdb) support multiple threads? It seems that it doesn't but I'm really surprised and am looking for confirmation, because the webpage for it doesn't say one way or the ...
Erik Iverson's user avatar
2 votes
0 answers
137 views

alternative to npm debug

npm debug is a stupidly popular (and rightly so) logging lib for node. It is not restricted to log levels (yay) but instead allows you to choose a "name" for each logger instance created and ...
danday74's user avatar
  • 123
2 votes
0 answers
13 views

Looking for a concurrent data structure checker

While reading “C++ Concurrency in Action 2nd Edition” by Anthony Williams, I stumbled across a sentence about an automatic tool that verifies concurrent data structures. He said that such tools exist, ...
janekb04's user avatar
  • 121
1 vote
0 answers
134 views

Memory Viewer/Debugger for VBA

I'm trying to understand the layout of VBA code in memory, how COM objects are structured, what VBA functions look like under the hood etc. I want something like this: I.e. a GUI that has some of the ...
Greedo's user avatar
  • 111
0 votes
1 answer
28 views

all ideas how to debug python code

I need all approaches for debugging python code. Now i know this: pycharm debugger, ipdb logging print trace raise exception, somewhere in interesting place Also, i am in interested in approaches , ...
Moscow hits's user avatar
1 vote
0 answers
11 views

Python Like File Independence For c++

Background: I have been using python for doing various problems from Codeforces and have been using github as a version control. For python I used pycharm, there I created a project and for new ...
p.ram's user avatar
  • 11

15 30 50 per page
1
2 3 4 5