Sorry, maybe i didn't describe my question clearly.
The real problem is "why i cannot open header file from web page"
when i click "printf" function to find it's definition (which is in "stdio.h"), i can succesfully open "stdio.h"
However if i tried to open "stdio.h" from sidebar left, it shows error like in screenshot above.
I compared these 2 requests, the payload of requests are
1. {"location":{"ticket":"kythe://helloworld?path=usr%2Finclude%2Fstdio.h"},"source_text":true,"references":true,"target_definitions":true} (bad, status code 500)
2. {"location":{"ticket":"kythe://helloworld?path=/usr/include/stdio.h"},"source_text":true,"references":true,"target_definitions":true} (good, status code 200)
it seems that bad request "path" argument starts with "usr/" rather than "/usr/". I'm not sure if it's a bug