Procházet zdrojové kódy

Merge pull request #81 from Siecje/debug

Adding documentation for running the installed application in the Com…
Thomas Kluyver před 8 roky
rodič
revize
aae2a15e24
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      doc/installers.rst

+ 6 - 0
doc/installers.rst

@@ -38,6 +38,12 @@ You can override this by setting :func:`sys.excepthook`.
 
 This is only provided if you specify your application using ``entry_point``.
 
+You can also debug an installed application by using the installed Python to
+launch the application. This will show tracebacks in the Command Prompt.
+In the installation directory run::
+
+       C:\\Program Files\\Application>Python\\python.exe "Application.launch.pyw"
+
 Working directory
 -----------------