Ankündigung

Einklappen
Keine Ankündigung bisher.

PyCharm Debug - "normal" Pyrhon Code OK - sh. not ok?

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    #16
    No, if you start it in the eclipse environment (the whole system in workspace) just start with debug.
    If you are doing remote debugging, you have to switch to the debug view (in eclipse window selection) an start the debug server.

    Kommentar


      #17
      Thanks - got it working like it should.....

      I was just wondering, when i change something inside the test_logic.py that is executed each 30 seconds, it doesn't change to new variables, testing:
      a = 5
      b = 6
      c = a+b

      c doesn't change when i change a or b, then i need to restart the debug and start sh.py from start in the debugger.... am i doing anything wrong?

      Kommentar


        #18
        Great , congratulations.
        How smarthome reloads or caches the logic, i don't know. You can alter the variables inside eclipse environment.

        Kommentar

        Lädt...
        X