- Edited
Hello,
does debug run background please?
I enable debug by the command line:
wo debug --all
how to stop debug please?
close ssh client will auto stop debug background?
Thanks
Hello,
does debug run background please?
I enable debug by the command line:
wo debug --all
how to stop debug please?
close ssh client will auto stop debug background?
Thanks
Hello alexlii1971,
to stop debug, just use CTRL + C
wo debug --all
Setting up Nginx debug connection for 0.0.0.0/0
Enabling PHP debug
Unable to search /etc/php/7.2/mods-available/xdebug.ini and replace ;zend_extension zend_extension
Traceback (most recent call last):
File "/usr/local/bin/wo", line 8, in <module>
sys.exit(main())
File "/opt/wo/lib/python3.10/site-packages/wo/cli/main.py", line 102, in main
app.run()
File "/opt/wo/lib/python3.10/site-packages/cement/core/foundation.py", line 882, in run
return_val = self.controller._dispatch()
File "/opt/wo/lib/python3.10/site-packages/cement/core/controller.py", line 471, in _dispatch
return func()
File "/opt/wo/lib/python3.10/site-packages/cement/core/controller.py", line 477, in _dispatch
return func()
File "/opt/wo/lib/python3.10/site-packages/wo/cli/plugins/debug.py", line 748, in default
self.debug_php()
File "/opt/wo/lib/python3.10/site-packages/wo/cli/plugins/debug.py", line 205, in debug_php
config['debug']['slowlog'] = '/var/log/{0}/slow.log'.format(
File "/usr/lib/python3.10/configparser.py", line 965, in getitem
raise KeyError(key)
KeyError: 'debug'
Hosted by VirtuBox