Maintained by Saldenisov
The Debug Console provides real-time diagnostics and logging capabilities for monitoring SK-Ana’s internal operations and troubleshooting issues.
This module displays:
All major operations in SK-Ana write diagnostic messages to the debug console, including:
Data loading and processing: File format detection, matrix assembly, compression operations
SVD analysis: Decomposition progress, singular value computations
Ambiguity exploration: Transformation matrix exploration progress
The console displays system information including:
Click the Debug Console tab in the main navigation bar. The console icon (terminal symbol) helps identify this tab quickly.
Log messages are displayed in chronological order with timestamps. Message types include:
If ALS fails to converge or produces unexpected results:
Look for iteration messages showing lack-of-fit progression
The console helps identify performance bottlenecks:
If data files fail to load or produce incorrect results:
Keep the console open during long-running operations (ambiguity exploration, global optimization) to monitor progress
Save console output when reporting bugs: copy the relevant log messages to include in bug reports
Check for warnings after each analysis step to catch potential issues early
Use system info to verify package versions when reproducing results
The console uses reactive output that updates automatically as new messages are logged
Console output is stored in memory and cleared when the session ends
Very long operations may produce extensive logs; the console automatically scrolls to show the most recent messages
See also: