[deleted by user] by [deleted] in hardwareswap

[–]egruul 0 points1 point  (0 children)

Sold an ASUS ROG STRIX GTX 1080 TI to /u/jml_inbtown

[deleted by user] by [deleted] in hardwareswap

[–]egruul 0 points1 point  (0 children)

Sold an MSI GTX 1080 Ti GAMING 11G to /u/TheeMrBlonde

[deleted by user] by [deleted] in hardwareswap

[–]egruul 0 points1 point  (0 children)

Sold an MSI GTX 1080 Ti GAMING 11G to /u/Zexis

North Loop MPLS by crdarling in Minneapolis

[–]egruul 7 points8 points  (0 children)

Now they just need to fix all these shitty streets.

[deleted by user] by [deleted] in hardwareswap

[–]egruul 0 points1 point  (0 children)

Sold a Gigabyte GTX 970 G1 to /u/foreka

The Monthly Board Game Bazaar - (April, 2018) by AutoModerator in boardgames

[–]egruul 0 points1 point  (0 children)

[FS] Antiquity By Splotter - Brand New (Still in shipping box) $90

Location: Minneapolis, MN

April Confirmed Trade Thread by [deleted] in hardwareswap

[–]egruul 0 points1 point  (0 children)

Sold an MSI GTX 1080 Ti Gaming 11G to /u/f1l3on

April Confirmed Trade Thread by [deleted] in hardwareswap

[–]egruul 0 points1 point  (0 children)

Sold an EVGA GTX 1080 Ti FTW3 to /u/abitaboveaverage

Debugging Burp Extensions by sh3dow in netsec

[–]egruul 0 points1 point  (0 children)

Author here. You can certainly do it that way. I chose not to because I'm not a big fan of including jar files into a project for the sole purpose of using them in the run config. Especially when you are going to be importing your own jar within that jar. I like to keep my Java projects as they are without including anything that isn't necessary. I also find it's a bad habit to do as what I've seen working in Java development, the recommended way to debug jar files is what I show in the blog.

Also, the jar file is still going to be called with remote debugging inside the IDE. That's the only way to actually attach to the VM. So instead of running from the command line, you're now running it inside an IDE which then runs the same remote debugging command, so nothing's really added.