Вопрос

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