Update cli.md
authorOleg Lekarev/Platform Lab /SRR/Staff Engineer/Samsung Electronics <o.lekarev@samsung.com>
Thu, 24 Dec 2020 16:05:58 +0000 (19:05 +0300)
committerAlexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>
Thu, 2 Dec 2021 15:52:50 +0000 (18:52 +0300)
Add information about *.pdb required.

cli.md

diff --git a/cli.md b/cli.md
index 7764d5c832de4b9bec52ebd069ed60a214196c20..a422cd91bf153080eecead6b855137f946914db3 100644 (file)
--- a/cli.md
+++ b/cli.md
@@ -33,7 +33,7 @@ cli> set-args hello.dll param1 param2
 ```
 
 ### Running debugging program
-Now the debugger is ready to run your assembly. The debugging information is not loaded at this moment and will be available after your program starts. Anyway you can set any breakpoint here using "break" command (see below). Please keep in mind that all the breakpoints set here will have "pending" status until "hit entry point" event will occur. Example:
+Now the debugger is ready to run your assembly. The debugging information is not loaded at this moment and will be available after your program starts. Anyway you can set any breakpoint here using "break" command (see below). Please keep in mind that all the breakpoints set here will have "pending" status until "hit entry point" event will occur. Debugging information is provided by `*.pdb` file. If the debugger can't find the correspoinding `*.pdb` the debugging will not be possible, even hitting the entry point will not pause the debugee process. Example:
 ```
 cli> run
 library loaded: /usr/share/dotnet/shared/Microsoft.NETCore.App/3.1.6/System.Private.CoreLib.dll