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
Run configurations
Arguments
tabVM Arguments
and type -verbose
flagRun
Boom!!!!
Check out the screen shots below.
1)
2)
3)
4)