Other Parts Discussed in Thread: CC3200
Tool/software: Code Composer Studio
Hello,
I am trying the http application for an issue. But I am not able to debug any application out of the box. I am using cc3200 sdk v1.3.0 (if that is related). I tried these steps:
1) Import target configuration from cc3200 sdk tools
2) Select os_debug configuration for simplelink and then build
3) Include linker path as suggested in this post 
4) Try removing the jumper SOP2
5) Try with the jumper SOP2
6) Try selecting TI Stellaris connection in project properties.
But debugging is still unsuccessful. I don't receive any prints other than application label on UART.
Mostly if I pause the debugger in between, It shows error Can't locate source file C:/ti_2/cc3200 int_sdk/source/simplelink/some_file_name.c (there is indeed no folder "ti_2 on my machine").
some_file_name was nonos.c once and another file next time.
And a few times I received a log on UART saying error in Configuresimplelinkindefaultstate.
I have tried with these examples, wlan_ap, wlan_sta, http_client