Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
58 views

On my newest project in VSC, I have a Run button: (with a play symbol), but on my previous project, I had a Run and Debug button: (with a bug symbol over the play symbol). How do I get the Run ...
Dimitrije Rajčić's user avatar
0 votes
1 answer
75 views

Ionide debugger doesn't support f# now. Such expressions should be translated to c#. How can I see, say, the following expression: connections|>List.map(fun c->c.Probabilities)
Andrey's user avatar
  • 6,639
2 votes
0 answers
73 views

I'm using netcoredbg to debug xunit tests for a c# project in neovim. I'm getting this warning: "You are debugging a Release build of MIcrosoft.TestPlatform.Build.dll. Using Just My Code with ...
sweetbabygang's user avatar
2 votes
1 answer
210 views

I am working on a Linux x64 kernel exploitation CTF challenge. I have constructed a ROP chain to execute commit_creds(prepare_kernel_cred(0)). However, I am encountering a major inconsistency between ...
Curio's user avatar
  • 1,401
0 votes
1 answer
61 views

when we use vscode we can debug inside function from where we call function. How to do like that in google colab cloud server? Please help me. def decorator(func): def wrapper(): print(&...
Md Rakib Hasan's user avatar
1 vote
0 answers
68 views

I'm using the DuckDB CLI, version 1.4.2 on macOS. The plan is to use duckdb as a part of a CLI pipeline, not from inside of a Python script, etc. I've already got the tooling to build out the script ...
Morris de Oryx's user avatar
-2 votes
1 answer
110 views

This is a follow-up to my question Which firewall rule applies on attaching a process to the development environment? On my test machine, I've restarted my firewall, after having added the Remote ...
Dominique's user avatar
  • 17.7k
-1 votes
1 answer
84 views

Is there any way, using the Visual Studio debugger, to see all the objects belonging to the application currently running? e.g. for tracking down rogue instances of a class that might be still hanging ...
komodosp's user avatar
  • 3,694
Tooling
0 votes
0 replies
50 views

Using VS Code, I usually fold/collapse all functions & code using Ctrl + K + 0 except for the function(s) I'm currently editing. However, if my changes induce errors in other parts of the code, I ...
saper0's user avatar
  • 394
0 votes
1 answer
28 views

I have been debugging some strange results I was getting when I stumbled on a problem where request.security is not returning consistent results. Indeed, it is massively inconsistent. The following ...
Neil Bain's user avatar
Best practices
0 votes
1 replies
64 views

Problem Code Snippet (Python: Django)- def home(request): data = {"msg": "Hello"} result = print(data) # Problematic line return render(request, "index.html"...
Mohd Shahnawaz's user avatar
-1 votes
0 answers
86 views

I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code ...
Brandon Davies-Sekle's user avatar
0 votes
0 answers
30 views

I’m trying to debug inside a function that comes from a NuGet package (for example AutoMapper or FluentValidation). I want to Step Into the built-in function during debugging in Visual Studio to ...
mostafa fayez's user avatar
Advice
0 votes
3 replies
50 views

In clojure, the println function returns a nil: \>(println "a" a nil This makes it awkward to use print to access an intermediate value when print debugging: Say I have: (* (+ 5 10) (- ...
BnMcGn's user avatar
  • 1,460
0 votes
0 answers
66 views

How can I fix this ANR ? This issue occurs exclusively when the app is in the active state (76%) and background state (24%). The majority of impacted devices are Vivo models (42%) and Oppo devices (23%...
Ayush Kumar's user avatar

15 30 50 per page
1
2 3 4 5
3517