ruki

Results 1749 comments of ruki

> 那调试器为什么不能使用呢?也需要额外配置? 暂时不支持,实现复杂度和时间成本太高。你也可以提个 pr 过来。

> Unfortunately, an automatic build task before run still needs to wait for the completion of code refactoring. `set_policy("run.autobuild", true)` or `xmake f --policies=run.autobuild`

> > Unfortunately, an automatic build task before run still needs to wait for the completion of code refactoring. > > `set_policy("run.autobuild", true)` or `xmake f --policies=run.autobuild` we can add...

自动构建运行加上了,等待几天后的新版本。

you can set `-m mode` and `-a arch` to reduce it.

please provide verbose logs

you can try this way to get backtrace. https://github.com/xmake-io/xmake/issues/2033

Maybe we should optimize here, big projects can cause it to be very slow. I know this place can continue to be optimized, but at the moment I can't optimize...

> I think we should remake the vsxmake generator by forking vs generator and putting idea I had in another issue (use nmake settings to trigger xmake, like Unreal Engine...