-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Urgent
-
TI Cloud Tools
-
TICLD-3851
-
-
CCS_THEIA_1.2.0
-
TICLD_24.02
-
Generic
CCS Cloud requires a browser refresh for project code changes to take effect.
Test Case:
1) Import an example
2) Build and debug/run project. Application runs as expected
3) stop debug session
4) make a code change (can be a variable value change)
5) build and debug/run project. Application runs the same as before the code change
6) debug code and notice how actual code running on target does not matchÂ
7) terminate debug session
8) refresh web browser
9) debug/run project. Application now runs as expected regarding changes
10) debug code. Notice how actual code running on target does now matchs