Yuxuan Lu
Yuxuan Lu
抱歉,过的有点久,我可能不能完整回忆了;你可以试试: 1. 如果qemu用的是gdb启动,在gdb连接前应该不会开始运行,可以用于判断qemu是否配置正确 2. 可以用命令行手动调用gdb试试,印象里`target remote`后也是需要手动`continue`还是啥来着,来继续运行,在运行开始前可以用 `l` 看看是否能正确看到源代码,以及用 `b _rust_main` 看看能不能正确找到断点 3. 如果上面成功、且能看到rust源代码(而不是机器语言parse出的汇编),那应该就是ide配置问题,否则就是gdb的配置(如 directory mapping)啥的 4. 同时可以参考这个: https://leoleoasd.me/2020/11/08/debug-pintos-in-clion/ 是配置调试另一个操作系统实验(PintOS)的gdb的过程,你可以参考一下
clion里的remote配置错了。在产出的binary的调试信息里,没有完整路径(为了保护隐私),应该就是src之类的。你应该能在clion的gdb log里找到类似`could not find file xxx` 之类的错误提示。所以实际上断点没加上去 同时,clion在开始gdb后就会自动continue,所以如果没hit断点就会一直运行,也符合预期。 在命令行gdb看看binary里面的文件名和路径名是什么,对应改一下
And this is another usecase of #1703: We can do webauthn on remote machines via one-time-link.
``` import filelock filelock.FileLock = filelock.SoftFileLock import other_thing_requires_filelock ```
Most math-related live snippets only works in latex, and due to difficulties in parsing them, they are even not supported in `$$`. Supporting them in markdown would be fairly difficult....
Can you try open a blank `.tex` file in your markdown project then see if live snippets work in markdown?
Yes, this line  I don't think adding markdown to `activationEvents` is a good idea because it will make everyone that writes markdown loads a slow extension. Do you think...
I'll see if I can squeeze some time this weekend
 I'll try to publish it tomorrow....
@MatrixRanger98 This should be fixed now.