donadigo

↗ HN profile [ 53.6 ms ] full profile
Karma
37
Created
March 30, 2022 (4y ago)
Submissions
0
  1. Hello HN, I'd like to showcase a new feature in my Visual Studio extension, which allows for seeing what is ahead in program execution while stepping through C++ code. Each line that will be executed in the future is…

  2. Hello HN, For a while now, I've been working on a Visual Studio extension that enables you to see code execution and variables in real-time, directly in the VS editor. A couple months ago, I implemented a prototype of a…