Skip to content

Commit 576c979

Browse files
committed
minor changes
1 parent 8b41306 commit 576c979

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

_data/contributors.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,14 @@
372372
- title: "Implementing Debugging Support for xeus-cpp"
373373
status: Ongoing
374374
description: |
375-
This project aims at integrating debugging into the xeus-cpp kernel for Jupyter using LLDB and its Debug Adapter Protocol (lldb-dap). Modeled after xeus-python, it leverages LLDB’s Clang and JIT debugging support to enable breakpoints, variable inspection, and step-through execution. The modular design ensures compatibility with Jupyter’s frontend, enhancing interactive C++ development in notebooks.
375+
This project aims at integrating debugging into the xeus-cpp kernel for
376+
Jupyter using LLDB and its Debug Adapter Protocol (lldb-dap). Modeled
377+
after xeus-python, it leverages LLDB’s Clang and JIT debugging support
378+
to enable breakpoints, variable inspection, and step-through execution.
379+
The modular design ensures compatibility with Jupyter’s frontend,
380+
enhancing interactive C++ development in notebooks.
376381
proposal: /assets/docs/Abhinav_Kumar_Proposal_GSoC_2025.pdf
377-
mentors: Vassil Vassilev, Vipul Cariappa, Aaron Jomy, Anutosh Bhat
382+
mentors: Anutosh Bhat, Vipul Cariappa, Aaron Jomy, Vassil Vassilev
378383

379384
- name: "This could be you!"
380385
photo: rock.jpg

_posts/2025-05-22-implementing-debugger-support-for-xeus-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags: gsoc c++ debugger dap clang jupyter
1414

1515
I am Abhinav Kumar, a final-year Computer Science and Engineering undergraduate at Indian Institute of Technology(IIT) Indore. I'm thrilled to be working with CERN-HSF for Google Summer of Code 2025 on the project "Implementing Debugging Support for xeus-cpp."
1616

17-
**Mentors**:Vassil Vassilev, Vipul Cariappa, Aaron Jomy, Anutosh Bhat
17+
**Mentors**: Anutosh Bhat, Vipul Cariappa, Aaron Jomy, Vassil Vassilev
1818

1919

2020
### The Need for Seamless C++ Debugging in Jupyter
-90.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)