debugging Questions

2

Solved

I can set a breakpoint manualy, and run with debugger, but I can't set a breakpoint at a panic of a Rust program. How can I set a breakpoint at a panic like I would an exception in C++? I'm using ...
Enculturation asked 1/8, 2018 at 16:39

3

Solved

I'm learning PyCharm IDE on Windows. How can I send end-of-file signal to it's debugging console? CTRL+Z does not work.
Lipid asked 11/2, 2014 at 18:15

11

Solved

I'm trying to debug Maven tests in Eclipse. When I launch tests with the maven option maven.surefire.debug, I get this error : ERROR: transport error 202: bind failed: Address already in use FATAL...
Hazelhazelnut asked 8/12, 2011 at 8:46

3

Solved

I'm developing code for the Codingame problems using VS Code on Windows with Rust and the Visual Studio toolchain. I have found multiple guides explaining how to debug the executable generated by ...
Hoffmann asked 5/6, 2018 at 18:54

3

I am developing a Python script in a Jupyter Notebook (ipynb file) in Visual Studio Code. Arbitrarily, the "Debug Cell" run option disappears and I have not found a way yet to debug a spe...

5

Solved

I'm trying to write my first cpp program on Windows+Code Blocks. I've installed wxwidgets. I have a label and a button. When I hit F9, I get the error: error: wx/setup.h: No such file or directo...
Kafiristan asked 24/8, 2012 at 7:40

3

Solved

I am trying to debug a basic Quarkus app by running the command ./mvnw compile quarkus:dev on IntelliJ (as stated in the Quarkus docs) and it seems to run ok (gives me the following message: Listen...
Bauble asked 9/11, 2021 at 15:8

3

I am currently developing a PyQt application in Visual Studio. Debugging has been working great, until I decided to keep my UI responsive by moving stuff to a worker thread with Qt Threads. class ...
Pantograph asked 14/4, 2015 at 19:26

2

Solved

I was wondering is there is a good and comprehensive way to debug python code step by step so that I can have a better idea of all the variables involved, their dimensions and values? What ca...
Thereby asked 27/2, 2023 at 17:21

9

I have a .dll from c++ and I want to debug it in C#, but I don't know how to. When I compiled the c++ project, Visual studio asked me to execute an ".exe". I supposed that I had to create a proje...
Interscholastic asked 30/6, 2009 at 10:24

3

Per the AWS documentation, I am starting SAM local like this: $ sam local start-api -d 5858 I have the following in my launch.json { "version": "0.2.0", "configurations": [ { "name": "Attac...
Bouzoun asked 20/11, 2017 at 22:17

8

Solved

Does anyone know whether it is possible to save the state of an object while debugging? I would like to compare the state of an object in two different execution cycles. Bonus Question: Anyone wi...
Catholic asked 1/4, 2016 at 12:11

1

My nextJS app have a path with 50k plus pages. Running with npm run dev it works fine, but during build it gives me an error TypeError: Cannot read property 'page' of undefined at exportPaths.filte...
Warlike asked 8/2, 2021 at 16:51

5

Solved

General Questions Hello! I'm delving into the world of Chrome Extensions and am having some problems getting the overall workflow down. It seems that Google has recently switched to heavily advoca...

2

I have my own JDI Debugger which calls the toString method on some objects: com.sun.jdi.ObjectReferenceobject object = ... ThreadReference threadRef = frameProxy.threadProxy().getThreadReference();...
Marybellemarybeth asked 17/8, 2020 at 21:13

8

Solved

When I ran my app in Android studio, with my personal device, a notification was shown, and I accidentally pressed "remember action", and then pressed "don't allow". Now each time I try to run the ...
Tedi asked 6/9, 2019 at 17:47

4

Solved

Warning: This question was about a pre-2016 version of Google Chrome. As of version 126, Chromium's behavior has improved much. The screenshot below does not represent current behavior (and the sol...

2

I am right now developing a PyQT5 application an use multithreading to avoid freezing of the GUI. Unfortuneately the Visual Studio Code debugger does not stop on breakpoints inside the executed thr...
Frere asked 11/4, 2022 at 20:58

7

my question is about displaying values during debugging. My Visual Studio version is: Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.4.2 Since Visual Studio 2022, I noticed...
Overspill asked 5/12, 2022 at 8:13

6

I want jdb (which I'm using via the Eclipse debugger) to break when a variable is assigned some value. I'm not interested in setting a breakpoint at some specific line but rather more generally. ...
Uprush asked 17/2, 2010 at 5:5

5

Solved

When attempting to debug, any solution/project, in Visual Studio 2022 preview I'm receiving "Access Is Denied" The directory that the solution exists has all the correct permissions for m...
Bantling asked 6/1, 2022 at 17:47

5

If debug information is stored in a program database (not as part of an executable), is there any reason not to always build with it (e.g., MSVC's /Zi)? In CMake, the default configurations are, ...
Sitology asked 7/12, 2017 at 20:56

9

Solved

Sometimes, ansible doesn't do what you want. And increasing verbosity doesn't help. For example, I'm now trying to start coturn server, which comes with init script on systemd OS (Debian Jessie). A...
Dibs asked 23/2, 2017 at 13:25

2

Solved

I'm trying to debug a Rust library in Visual Studio Code and I'm running into an issue. When I run the debug, all the breakpoints turn grey and when I hover over them they show Locations: 0 (Pictur...
Titanomachy asked 25/4, 2021 at 22:48

6

Solved

EDIT Using VSCode, I had an issue while debugging in a virtual environment that have different packages which are not installed in the base environment. After activating the environment with the c...
Chafin asked 2/1, 2019 at 15:35

© 2022 - 2025 — McMap. All rights reserved.