Sketch C ( Offline Compiler,Debug )

Sketch C ( Offline Compiler,Debug )
Developer: 辉 马
Category: Education
100 installs
2.00 ratings
1.00 monthly active users
Revenue not available

Sketch C ( Offline Compiler,Debug ) Summary

Sketch C ( Offline Compiler,Debug ) is a mobile iOS app in Education by 辉 马. Released in Apr 2015 (10 years ago). It has 2.00 ratings with a 2.50★ (poor) average. Based on AppGoblin estimates, it reaches roughly 1.00 monthly active users . Store metadata: updated Dec 9, 2015.

Store info: Last updated on App Store on Dec 9, 2015 .


2.5★

Ratings: 2.00

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot
App screenshot
App screenshot

App Description

SketchC is a IOS device on the C language editing and operation procedures. Can be used for learning to learn C programming language.

Contains the following functions:
1 code editor: syntax highlighting, auto indent
2 code is compiled to run: direct local compile operation, does not need the network.

Add Library
posix,
ipc,
zlib,
socket,
sqlite3,
jpeg,
opengles1-3,
Core Foundation(based iOS sdk7.0),
Core Graphics(based iOS sdk7.0),
Debug:
Help: ? : help
help : help
/[keyword] : search keyword in help information
Source: v {[line]}: view source code {around [line]}
V [stack] : view source code in function call stack
t : show function call stack
Evaluation: p [expr] : evaluate expression (no declaration/loop/condition)
Evaluation: s [expr] : step into expression (no declaration/loop/condition)
Evaluation: S [expr] : step over expression (no declaration/loop/condition)
{[statements]} : evaluate statement (any kind)
Monitor: g {[var]} : list global variable
l {[var]} : list local variable
proto {[scope]::}[func] : show function prototype
typedef {name} : show typedefs
function : show interpreted functions
macro : show macro functions
template : show templates
include : show include paths
file : show loaded files
where : show current file position
return [val] : return undefined symbol value
Run: S : step over function/loop
s : step into function/loop
i : ignore and step over
c {[line]}: continue {to [line]}
e : step out from function
b [line] : set break point
db [line] : delete break point
a [assert]: break only if assertion is true
Quit: q : quit