07th-mod / 07th-mod/python-patcher
Add back thread debug prints / add better debugging for startup process
- Lenguaje dominante
- JavaScript
- Estrellas
- 214
- Forks
- 12
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
A while ago I removed the printouts (now gated by the `Globals.DEBUG_THREAD_INFO` variable) which state when threads are started/stopped by the installer, to clean up the installer output.
However in cases where the installer does not start up properly, this can make it difficult to debug.
It may be better to enable this output, and/or improve the output so it is more clear what tasks will need to be completed during the startup process.
Also, there should be some debug output / handling if a thread hangs completely for whatever reason.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Busque la variable Globals.DEBUG_THREAD_INFO y el código de gestión de hilos del instalador. El issue menciona volver a agregar impresiones de depuración para el inicio/detención de hilos y mejorar la salida para el proceso de inicio. Además, implemente salida de depuración o manejo para hilos bloqueados. Comience examinando la secuencia de inicio del instalador y la gestión del ciclo de vida de los hilos para comprender dónde insertar el registro y el manejo de errores.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- cli, tooling
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100