-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial_agent.log
More file actions
98 lines (98 loc) · 9.15 KB
/
tutorial_agent.log
File metadata and controls
98 lines (98 loc) · 9.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2025-08-17 04:44:57,720 - TutorialAgent - INFO - Starting Tutorial Agent application
2025-08-17 04:44:57,724 - TutorialAgent - INFO - Project root: C:\Users\Aryan\PycharmProjects\pythonProject\Tutorial_Agent
2025-08-17 04:44:57,724 - TutorialAgent - INFO - Assets directory: C:\Users\Aryan\PycharmProjects\pythonProject\Tutorial_Agent\assets\icons
2025-08-17 04:44:57,866 - TutorialAgent.ContentManager - INFO - ContentManager initialized with content_dir: C:\Users\Aryan\PycharmProjects\pythonProject\Tutorial_Agent\content
2025-08-17 04:44:57,866 - TutorialAgent - DEBUG - Content manager initialized
2025-08-17 04:44:58,188 - TutorialAgent - DEBUG - Enhanced toolbar setup complete
2025-08-17 04:44:58,196 - TutorialAgent - DEBUG - Enhanced status bar setup complete
2025-08-17 04:44:58,227 - TutorialAgent.ContentManager - DEBUG - Loading languages from Python files
2025-08-17 04:44:58,227 - TutorialAgent.ContentManager - WARNING - No content files found in C:\Users\Aryan\PycharmProjects\pythonProject\Tutorial_Agent\content\languages\cpp
2025-08-17 04:44:58,278 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Async Programming
2025-08-17 04:44:58,319 - TutorialAgent.ContentManager - DEBUG - Loaded topic: C# Basics
2025-08-17 04:44:58,372 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Classes
2025-08-17 04:44:58,421 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Collections
2025-08-17 04:44:58,465 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Control Structures
2025-08-17 04:44:58,499 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Data Types
2025-08-17 04:44:58,542 - TutorialAgent.ContentManager - DEBUG - Loaded topic: File I/O (Input/Output)
2025-08-17 04:44:58,586 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Inheritance
2025-08-17 04:44:58,632 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Inheritance
2025-08-17 04:44:58,685 - TutorialAgent.ContentManager - DEBUG - Loaded topic: LINQ (Language Integrated Query)
2025-08-17 04:44:58,722 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Methods and Parameters
2025-08-17 04:44:58,770 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Windows Forms
2025-08-17 04:44:58,770 - TutorialAgent.ContentManager - DEBUG - Loaded language: C#
2025-08-17 04:44:58,779 - TutorialAgent.ContentManager - WARNING - No content files found in C:\Users\Aryan\PycharmProjects\pythonProject\Tutorial_Agent\content\languages\java
2025-08-17 04:44:58,852 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Asynchronous JavaScript
2025-08-17 04:44:58,909 - TutorialAgent.ContentManager - DEBUG - Loaded topic: JavaScript Basics
2025-08-17 04:44:58,964 - TutorialAgent.ContentManager - DEBUG - Loaded topic: DOM Manipulation
2025-08-17 04:44:59,053 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Error Handling
2025-08-17 04:44:59,113 - TutorialAgent.ContentManager - DEBUG - Loaded topic: ES6+ Features
2025-08-17 04:44:59,165 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Events and Event Handling
2025-08-17 04:44:59,228 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Functions and Scope
2025-08-17 04:44:59,272 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Modern JavaScript Development
2025-08-17 04:44:59,326 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Objects and Arrays
2025-08-17 04:44:59,391 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Working with APIs
2025-08-17 04:44:59,391 - TutorialAgent.ContentManager - DEBUG - Loaded language: JavaScript
2025-08-17 04:44:59,435 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Advanced Concepts
2025-08-17 04:44:59,484 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Python Basics
2025-08-17 04:44:59,525 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Control Flow
2025-08-17 04:44:59,561 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Data Structures
2025-08-17 04:44:59,614 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Error Handling
2025-08-17 04:44:59,658 - TutorialAgent.ContentManager - DEBUG - Loaded topic: File Handling
2025-08-17 04:44:59,714 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Functions and Modules
2025-08-17 04:44:59,759 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Libraries and Packages
2025-08-17 04:44:59,801 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Object-Oriented Programming
2025-08-17 04:44:59,847 - TutorialAgent.ContentManager - DEBUG - Loaded topic: Testing and Debugging
2025-08-17 04:44:59,847 - TutorialAgent.ContentManager - DEBUG - Loaded language: Python
2025-08-17 04:44:59,851 - TutorialAgent.ContentManager - INFO - Loaded 3 languages
2025-08-17 04:44:59,851 - TutorialAgent - DEBUG - Found 3 languages
2025-08-17 04:44:59,853 - TutorialAgent - DEBUG - Creating LanguageCard for C#
2025-08-17 04:44:59,917 - TutorialAgent - DEBUG - Created language card for C#
2025-08-17 04:44:59,917 - TutorialAgent - DEBUG - Creating LanguageCard for JavaScript
2025-08-17 04:44:59,941 - TutorialAgent - DEBUG - Created language card for JavaScript
2025-08-17 04:44:59,941 - TutorialAgent - DEBUG - Creating LanguageCard for Python
2025-08-17 04:44:59,959 - TutorialAgent - DEBUG - Created language card for Python
2025-08-17 04:44:59,959 - TutorialAgent - DEBUG - Initializing ProgressViewer
2025-08-17 04:44:59,970 - TutorialAgent - INFO - Created sidebar with 3 language cards
2025-08-17 04:45:01,940 - TutorialAgent - DEBUG - Initializing ContentViewer
2025-08-17 04:45:01,944 - TutorialAgent - DEBUG - ContentViewer UI setup complete
2025-08-17 04:45:02,008 - TutorialAgent - DEBUG - Professional code editor loaded
2025-08-17 04:45:02,024 - TutorialAgent - DEBUG - Content area created successfully
2025-08-17 04:45:02,026 - TutorialAgent - DEBUG - UI initialization complete
2025-08-17 04:45:02,040 - TutorialAgent - INFO - MainWindow initialized successfully
2025-08-17 04:45:02,316 - TutorialAgent - INFO - Application started successfully
2025-08-17 04:45:02,320 - TutorialAgent - INFO - Application startup completed in 0.00 seconds
2025-08-17 04:45:02,871 - TutorialAgent.TutorialDialog - INFO - Started tutorial: Welcome to Tutorial Agent
2025-08-17 04:45:03,988 - TutorialAgent.CodeEditor - DEBUG - Auto-saving code editor content
2025-08-17 04:45:20,399 - TutorialAgent.TutorialDialog - INFO - Completed tutorial: Welcome to Tutorial Agent
2025-08-17 04:46:20,994 - TutorialAgent - DEBUG - Language card clicked: Python
2025-08-17 04:46:20,994 - TutorialAgent - INFO - Language selected: Python
2025-08-17 04:46:20,995 - TutorialAgent - DEBUG - Setting C# card selection state to False
2025-08-17 04:46:20,995 - TutorialAgent - DEBUG - Setting JavaScript card selection state to False
2025-08-17 04:46:20,997 - TutorialAgent - DEBUG - Setting Python card selection state to True
2025-08-17 04:46:21,227 - TutorialAgent - DEBUG - Loading content into viewer
2025-08-17 04:46:21,227 - TutorialAgent - DEBUG - Clearing content viewer
2025-08-17 04:46:21,232 - TutorialAgent - DEBUG - Loading content for topic: Advanced Concepts
2025-08-17 04:46:21,238 - TutorialAgent - DEBUG - Loading content for topic: Python Basics
2025-08-17 04:46:21,244 - TutorialAgent - DEBUG - Loading content for topic: Control Flow
2025-08-17 04:46:21,244 - TutorialAgent - DEBUG - Loading content for topic: Data Structures
2025-08-17 04:46:21,244 - TutorialAgent - DEBUG - Loading content for topic: Error Handling
2025-08-17 04:46:21,244 - TutorialAgent - DEBUG - Loading content for topic: File Handling
2025-08-17 04:46:21,258 - TutorialAgent - DEBUG - Loading content for topic: Functions and Modules
2025-08-17 04:46:21,262 - TutorialAgent - DEBUG - Loading content for topic: Libraries and Packages
2025-08-17 04:46:21,264 - TutorialAgent - DEBUG - Loading content for topic: Object-Oriented Programming
2025-08-17 04:46:21,268 - TutorialAgent - DEBUG - Loading content for topic: Testing and Debugging
2025-08-17 04:46:21,272 - TutorialAgent - DEBUG - Content loaded successfully
2025-08-17 04:46:21,272 - TutorialAgent - DEBUG - Updating progress for Python
2025-08-17 04:46:21,284 - TutorialAgent - DEBUG - Setting Python card progress to 0
2025-08-17 04:46:21,286 - TutorialAgent.Notifications - INFO - Success notification: Loaded Python successfully!
2025-08-17 04:46:21,313 - TutorialAgent - INFO - Successfully loaded content for Python
2025-08-17 04:46:23,057 - TutorialAgent.CodeEditor - DEBUG - Auto-saving code editor content
2025-08-17 04:46:45,143 - TutorialAgent.Notifications - INFO - Success notification: Code executed successfully!
2025-08-17 04:46:45,174 - TutorialAgent.Notifications - INFO - Success: Code executed successfully!
2025-08-17 04:46:56,770 - TutorialAgent.CodeEditor - DEBUG - Auto-saving code editor content
2025-08-17 04:46:56,779 - TutorialAgent.Notifications - INFO - Success notification: Code executed successfully!
2025-08-17 04:46:56,802 - TutorialAgent.Notifications - INFO - Success: Code executed successfully!
2025-08-17 04:47:31,703 - TutorialAgent.TutorialDialog - DEBUG - Tutorial welcome already completed, skipping
2025-08-17 04:47:35,193 - TutorialAgent.TutorialDialog - DEBUG - Tutorial welcome already completed, skipping
2025-08-17 04:47:36,567 - TutorialAgent.ContentManager - DEBUG - User progress saved
2025-08-17 04:47:36,567 - TutorialAgent - INFO - Application closed successfully