summaryrefslogtreecommitdiffstats
path: root/src/uscxml/debug/DebuggerServlet.h
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-08-04 12:41:26 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-08-04 12:41:26 (GMT)
commit008cca1a15ac9178c57de77d2f6699d9de3088cb (patch)
treeaf912c58cc32e7b832f2eb40fa86588c11ffa526 /src/uscxml/debug/DebuggerServlet.h
parent045bde78c0587316e0373c7698413412d0f315f9 (diff)
downloaduscxml-008cca1a15ac9178c57de77d2f6699d9de3088cb.zip
uscxml-008cca1a15ac9178c57de77d2f6699d9de3088cb.tar.gz
uscxml-008cca1a15ac9178c57de77d2f6699d9de3088cb.tar.bz2
Debugger bugfixes and improvements
Diffstat (limited to 'src/uscxml/debug/DebuggerServlet.h')
-rw-r--r--src/uscxml/debug/DebuggerServlet.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/uscxml/debug/DebuggerServlet.h b/src/uscxml/debug/DebuggerServlet.h
index 674d842..2ba7eb9 100644
--- a/src/uscxml/debug/DebuggerServlet.h
+++ b/src/uscxml/debug/DebuggerServlet.h
@@ -52,21 +52,6 @@ public:
void processIssues(const HTTPServer::Request& request);
-// void processDebugPrepare(const HTTPServer::Request& request);
-// void processDebugAttach(const HTTPServer::Request& request);
-// void processDebugStart(const HTTPServer::Request& request);
-// void processDebugStop(const HTTPServer::Request& request);
-
-// void processDebugEval(const HTTPServer::Request& request);
-// void processDebugStart(const HTTPServer::Request& request);
-// void processDebugStop(const HTTPServer::Request& request);
-// void processDebugStep(const HTTPServer::Request& request);
-// void processDebugResume(const HTTPServer::Request& request);
-// void processDebugPause(const HTTPServer::Request& request);
-// void processAddBreakPoint(const HTTPServer::Request& request);
-// void processRemoveBreakPoint(const HTTPServer::Request& request);
-// void processPoll(const HTTPServer::Request& request);
-
protected:
void serverPushData(std::shared_ptr<DebugSession>);