Marco
Marco

Reputation: 69

How to debug remote OSGi bundle?

I'm completely new to OSGi and I'm working on the development of an OSGi bundle and I want to debug my code (set breakpoints, step by step run, variable lookup, ...).

I have my virgo server listening on port 8001.

How can I do that ?

I'm using Springsource Tool Suite 3.0 and my bundle is running on a remote virgo server.

Thanks for any hint you can give me.

Marco.

Upvotes: 0

Views: 3622

Answers (1)

Achim Nierbeck
Achim Nierbeck

Reputation: 5285

Take a look at this answer, I'm sure that one will help you on this also: Remote Debugging in eclipse

Upvotes: 1

Related Questions