zmilla93 / SlimTrade

A trade UI overlay for Path of Exile
MIT License
123 stars 13 forks source link

Debugging SlimTrade #11

Closed zmilla93 closed 4 years ago

zmilla93 commented 4 years ago

Running SlimTrade from the command line SlimTrade can be run from the command line to cause debugging information, as well as errors, to be printed out. The easiest way to do this is with PowerShell.

Step 1 Open the folder containing SlimTrade, shift + right click inside the folder (not on the program), and select "Run PowerShell window here".

explorer_2020-03-18_21-28-57

Step 2 When PowerShell opens, run the following command: java -jar "slimtrade.jar"

image

SlimTrade will then run normally, but if an error occurs it will be printed into the console. This functionality will be expanded later on to include more debugging information.

Powershell comes standard with Windows, but if for whatever reason you don't have access to it, here is an article explaining how to run a program using command prompt instead. Switch out the final command for the one above.

zmilla93 commented 4 years ago

Moved to wiki.