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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top