Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
en:debugging_of_scripts_with_visual_studio_2017 [2019/06/16 12:48]
hlinke [Description of the Config parameters]
en:debugging_of_scripts_with_visual_studio_2017 [2019/06/16 12:56]
hlinke [Description of the Config parameters]
Zeile 81: Zeile 81:
 Example: Example:
  
-"debugpostcmd": "print ('Debug ended')",+"debugpostcmd": "print ('Debug ended')"
  
 +=== debugusereload ===
 +As explained above you need to restart VEGAS after any change in the Python script.
 +
 +To avoid this restart and reduce the turn arround times VEGASPython can use the "reload" command to load a script.
 +
 +Reloading a module is not a clean concept and can create some issue. Please read the chapter reload() in the Python documentation before using this fundtion:
 +[[https://docs.python.org/3/library/imp.html?highlight=reload#imp.reload]]
 +
 +example:
 +
 +"debugusereload": true
 +
 +
 +
 +
 +"debugusereload": true
  
  

Andere Sprachen
QR-Code
QR-Code en:debugging_of_scripts_with_visual_studio_2017 (erstellt für aktuelle Seite)