好像是如果要list断点附近的代码,要先打breakpoint,然后才可以list出来? 如果不打断点,直接control+c停止代码,然后list,只会出现main.cpp:没有那个文件或目录。 是这样吗??