You can use the following syntax to set e.g. a breakpoint at line 42 of the file myfile.c located under C:\T32\myproject\ :
Break.Set \"C:\t32\myproject\myfile.c"\42or simply:
Break.Set \myfile\42You can use the following syntax to set e.g. a breakpoint at line 42 of the file myfile.c located under C:\T32\myproject\ :
Break.Set \"C:\t32\myproject\myfile.c"\42or simply:
Break.Set \myfile\42
Add a comment