* implement `evaluate` request
* Update main.c
* Update main.c
* change port to 6110
* Update main.c
* simplify the workdir process and minor optimizations
* implement exit event
* fix bp not hit because of path format
* implement output event
* add `ctype.h` to `core.c`
* implement exception breakpoint
* fix assert triggered when called isspace
---------
Co-authored-by: blueloveTH <blueloveth@foxmail.com>
* Make SourceData c11
* make it compile
* add a marco
* follow up rename of c11_vetor__push
* remove isascii marco
* fix empty function name handling
* change enum back
* Remove trival accessor
* make pkpy_Str__take_buf hidden
* make it compile
* remove rcptr and use shared_ptr instead
* change enum name in C++ code back
* fix type problem
* remove strdup polyfill
* remove xmake
* ...