1 Reply Latest reply on Sep 12, 2006 5:11 AM by pedrosacosta

    How can i debug my application using gdb?

    pedrosacosta

      Hi,

      i've my ear installed in the deploy directory "sigo-base", and i want to debug the application using gdb. I launch the AS with the following command:

      debug.bat -c sigo-base -Dhttp.proxyHost=proxy.xxx.pt -Dhttp.proxyPort=3128 > log_sigo.txt

      I've tried launch gdb with the command:
      gdb target 127.0.0.1:8787,

      but i get the following error:

      ERROR: transport error 202: handshake failed - received >+$Hc-1#09$Hc-1< - excepted >JDWP-Handshake< ["transport.c",L41]
      JDWP exit error JVMTI_ERROR_NONE(0): could not connect, timeout or fatal error


      How can i debug my application using gdb?