eclipse - View Custom perspective when breakpoint is triggered -


i have created custom debug perspective , want open automatically when breakpoint triggered. @ moment, default debug perspective opens , have keep switching preferred one. how can achieve this?

  1. in eclipse, go window > preferences > run/debug > perspectives.
  2. in application types/launchers box, expand java application item , select eclipse jdt launcher.
  3. in debug dropdown right, select custom debug perspective.
  4. click ok.

Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -