Ticket #320 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

Enable OT adaptation for remote debugging

Reported by: stephan Owned by:
Priority: major Milestone: OTDT_1.4.0_M2
Component: debug Version: 1.3.2
Keywords: Cc:

Description

When debugging an application configured via Maven, debugging has to first let Maven/Surefire start the application and then let the Eclipse debugger connect to the running application. This scenario revealed that the debug adaptor cannot be applied to remote debugging, as of yet.

Change History

Changed 4 years ago by stephan

  • milestone changed from OTDT_1.4.0 to OTDT_1.4.0_M2

Changed 3 years ago by stephan

  • status changed from new to closed
  • resolution set to fixed

Fixed in r23102

  • Connect tab now has an OTRE block, too.
  • No JPLIS option however, nor any adaptation of arguments, since the actual launch happens outside Eclipse.

Note, that this requires the actual launcher to pass the -Dot.debug option to ensure that the OTRE adds required debug info (see also r23101).

Note: See TracTickets for help on using tickets.