Browse Source

Clarify debugging examples.

Martijn Laan 3 months ago
parent
commit
99bb9e930b
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Projects/Bin/Debug.iss

+ 4 - 2
Projects/Bin/Debug.iss

@@ -13,9 +13,11 @@
 AppName=ɯɐɹƃoɹd ʎɯ
 AppVerName=My Program version 1.5
 DefaultDirName={autopf}\My Program
-UseSetupLdr=0
-OutputDir=.
 AppVersion=1.2.3
+; The following four lines make the output debuggable from the Setup project
+; If you put them in any example script you can debug that example as well
+UseSetupLdr=0
+OutputDir={#CompilerPath}
 OutputBaseFilename=Setup
 PrivilegesRequired=lowest