Thank you very much, Zhang,
Unfortunately, localhost:2331 still does not work with my USB J-Link connection:(.
Following the ,pdf example I tried to run interactive gdb “GNU Tools ARM Embedded
5.3 2016q1
bin
arm-none-eabi-gdb.exe”
When I entered
(gdb) target remote localhost:2331
It responded with very crypted message:
localhost:2331: The system tried to join a drive to a directory on a joined drive.
From this answer I am unable to understand the level of the success of the command I issued.
I try to continue: the next command in the .pdf is
(gdb) monitor reset
The response is:
“monitor” command not supported by this target.
When I try to “run” the response is
Don’t know how to run. Try “help target”
which means the command target remote localhost:2331 was insuccessful:(.
I am sorry to say your suggestion seemingly does not work,
Yuri Bachilov