Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在某个文件的某行放置一个断点。
使用 BREAK.SET 我知道这对于函数和地址是可能的。
我只想在某一行放置一个断点(不知道地址)。
这在劳特巴赫可行吗?
假设您要在文件 c:\t32\myproject\myfile.c 的第 42 行设置断点
那么命令将是
Break.Set \"c:\t32\myproject\myfile.c"\42
或者干脆
Break.Set \myfile\42