Skip to content

Commit 609a590

Browse files
author
kr-2003
committed
trying to attach
1 parent 346cf9f commit 609a590

File tree

6 files changed

+47
-1
lines changed

6 files changed

+47
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ else()
177177
configure_native_kernel("/share/jupyter/kernels/xcpp17/")
178178
configure_native_kernel("/share/jupyter/kernels/xcpp20/")
179179
configure_native_kernel("/share/jupyter/kernels/xcpp23/")
180+
configure_native_kernel("/share/jupyter/kernels/xcpp17-debugger/")
180181
endif()
181182

182183
# Source files

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: xeus-cpp
1+
name: xeus-cpp-2
22
channels:
33
- conda-forge
44
dependencies:
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"display_name": "C++17-Debugger",
3+
"env": {
4+
"PATH":"@XEUS_CPP_PATH@",
5+
"LD_LIBRARY_PATH":"@XEUS_CPP_LD_LIBRARY_PATH@"
6+
},
7+
"argv": [
8+
"@XEUS_CPP_KERNELSPEC_PATH@xcpp",
9+
"-f",
10+
"{connection_file}",
11+
"-gdwarf-4",
12+
"-O0",
13+
"-resource-dir", "@XEUS_CPP_RESOURCE_DIR@",
14+
"-I", "@XEUS_CPP_INCLUDE_DIR@",
15+
"-std=c++17"
16+
],
17+
"language": "cpp",
18+
"metadata": {"debugger": true
19+
}
20+
}
1.48 KB
Loading
3.04 KB
Loading
Lines changed: 25 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)