<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi,</p>
<p><br>
</p>
<p>I want to remotely debug an RTEMS application on Zynq based board. I have been following link:</p>
<p><a href="https://docs.rtems.org/branches/master/user/exe/debugging.htm" class="OWAAutoLink">https://docs.rtems.org/branches/master/user/exe/debugging.html</a></p>
<p><br>
</p>
<p>I am particularly interested in <span class="caption-text">Libdebugger Executable Debugging. I built the rtems-libbsd and found the debugger01 application. I am able to boot this application on the target board using tftpboot. This results in gdb server
 on the board. From the host computer, I run <b>arm-rtems-5-gdb  </b></span><b>myapp</b>. I am able to connect to server using
<span><b>target remote 192.168.178.1:1122. </b>I set the breakpoint using <b>break Init
</b>and then <b>c</b> to continue. The host machine displays <b>continuing </b>but never breaks at breakpoint.
<br>
</span></p>
<p><span><br>
</span></p>
<p><span>Can someone help me know if this is correct way to debug an RTEMS application?
<br>
</span></p>
<p><span><br>
</span></p>
<p><span>Thanks & Regards</span></p>
<p><span>Vishav</span><br>
</p>
</div>
</body>
</html>