0

Is there a way to share breakpoints I create in a certain project so that my colleague can continue the same path?

Can this be shared between IntelliJ IDEA and Eclipse user?

If not, then how to share it between two IDEA users?

PS. it's Android project in question.

4

1 回答 1

0

In eclipse you can export all your breakpoints to a *.bkpt file and import the same in any other workspace. Go to debug perspective/breakpoint view. Right click on the breakpoint view. You would see options Export Break Points and Import Break Points.

More details: http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fwizards%2Fref-export_breakpoints.htm

于 2013-10-23T10:14:46.103 回答