Domanda

The java.exe command supports a 'verbose' flag which enables things like seeing from which file a class loads. Does Eclipse supporting setting this flag for a launch configuration?

Here's a site that explains the 'verbose' flag about which I'm speaking

È stato utile?

Soluzione

Does Eclipse supporting setting this flag for a launch configuration?

Yes! Eclipse supports

  • Goto Run configurations
  • select Arguments tab
  • click VM Arguments and type -verbose flag
  • Click Run

Boom!!!!

Check out the screen shots below.

1)

enter image description here

2)

enter image description here

3)

enter image description here

4)

enter image description here

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top