سؤال

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