Hi David,
Thanks for your response.
DavidGH wrote: ↑Sun Oct 04, 2020 1:04 pm
First, the obvious question: Do you have a debugger installed? If not...
Yes... I think I have gdb installed. Please see the following outputs ....
++++++++++++++++++++++++++++++++++++++++++++++++
ubuntu@ubuntu:~$ sudo apt-get install gdb
Reading package lists... Done
Building dependency tree
Reading state information... Done
gdb is already the newest version (8.1-0ubuntu3.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ubuntu@ubuntu:~$ ls -l /usr/bin/gdb
-rwxr-xr-x 1 root root 7038112 Oct 30 2019 /usr/bin/gdb
++++++++++++++++++++++++++++++++++++++++++++++++++++
ubuntu@ubuntu:~$ gdb
GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "aarch64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<
http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<
http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb)
++++++++++++++++++++++++++++++++++++++++++++++
DavidGH wrote: ↑Sun Oct 04, 2020 1:04 pm
Next, open your project's Settings (the spanner icon in the Workspace toolbar). The bottom section of its General page is 'Debugging'. The first line will say which debugger is your current choice; that field will shown a dropdown arrow if you click on it. What do you see?
The dropdown is blank ... doesn't show anything.
I also tried setting debugger path in project->setting like the following ... no luck
Screenshot from 2020-10-04 15-21-34.png
I must be doing something very stupid ... any pointers you can give would be great.
Thanks & regards,
Dinabandhu