Change debugger strategy to try fix debugger being unresponsive issue
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# I now directly run AppDaemon with debugpy in DockerStart.sh. Not sure which is best
|
||||
# debugger:
|
||||
# module: debugger
|
||||
# class: Debugger
|
||||
# port: 5678
|
||||
debugger:
|
||||
module: debugger
|
||||
class: Debugger
|
||||
priority: 0
|
||||
port: 5678
|
||||
wait_for_client: false # set to true when you need to debug initialize()
|
||||
|
||||
motion_tracker:
|
||||
module: motiontracker
|
||||
|
||||
Reference in New Issue
Block a user