-
### 你在什么场景下需要该功能?
我主要使用 vscode+xmake+clangd 进行 c++ 开发,现在有 python/c++ 混合开发的需求,我想要在用 c++ 写完 python 拓展后,能够方便地进行调试。于是我将 xmake 和 setuptools 配合使用。
### 描述可能的解决方案
```lua
rule("python.library")
on_loa…
-
### Xmake 版本
2.6.4
### 操作系统版本和架构
Windows 10 19042
### 描述问题
# 问题描述
## 平台:win32
## VSCODE 版本:1.66.0
## 工具链:gcc
## xmake.lua配置
```
add_rules("mode.debug", "mode.release")
ta…
-
Hi, 参考Readme中的编译命令编译通过了,环境安装应该也没什么问题,安装环境使用的命令如下:
brew install xmake
vcpkg 是从github上clone的源码,然后进行的本地编译 并配置了环境变量。
vcpkg install usd
vcpkg install grpc
pip3 install mako
vulkan sdk是官网下载的macos…
-
主要是大部分从win平台过来的都习惯了F5,个人觉得最好能够把F5自动开启xmake run -d这个效果,类似nodejs的npm start。
然后我去看了一下关于launch.json的配置以及说明,感觉应该是可以对type这个字段下手,
我是参考了[这里](https://www.jianshu.com/p/d3c6e25ae815)的,他里面type就是用了node,我感觉应该跟…
-
### Xmake Version
2.6.4
### Operating System Version and Architecture
Ubuntu
### Describe Bug
If proto_public=true is set for protobuf.cpp rule, then the source files in the same target lose the …
-
### 描述可能的解决方案
类似于这个扩展:
https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools
可以把一些功能放在侧边栏上操作,目前是全部放在状态栏.
在我电脑上Live Share插件的状态栏不知道为什么夹在xmake栏目的中间,看起来怪怪的.
![Screen Shot 2020…
-
### Is your feature request related to a problem? Please describe.
添加nvidia-hpc-sdk工具链支持(https://developer.nvidia.cn/nvidia-hpc-sdk-downloads)
### Describe the solution you'd like
可以自动识别nvidi…
-
> Note: If you use the fuzzy expressions such as 'can't use/no effect/problem/error', but don't give any relevant auxiliary information according to the template below, this issue will be not replied.…
-
我在桌面上使用xmake命令创建了一个工程。debug正常运行。开发两天后将工程移动到了其他目录,在vscode下使用debug按钮启动debug时提示,target program not found。我删除了build、.vscode、.xmake目录重新进行编译,也执行了`xmake c`,但是仍然提示错误。
-
> 注:如果是`问题报障`或者`特性请求`,请选择`报告缺陷`,`特性请求`模板,否则一律不回复。
### 描述讨论详情
在调试程序时有时需要向程序内部通过`argv`传入参数,请问该怎么传递参数呢?