Question

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top