Skip to content

Commit

Permalink
A pure lua debugger.
Browse files Browse the repository at this point in the history
This debugger is in beta stage.  To make it better, it must receive use (ie, it needs to be merged).  It is rather full featured including:

1. full stack introspection
2. step in/out/over
3. reentrant (ie, multiple debugger statements are allowed)

missing:
4. step up/down
5. ???
  • Loading branch information
kans committed Nov 10, 2012
1 parent 418a261 commit 639691e
Show file tree
Hide file tree
Showing 3 changed files with 657 additions and 8 deletions.
6 changes: 0 additions & 6 deletions agents/monitoring/default/crashreport.lua
Expand Up @@ -41,12 +41,6 @@ end
function CrashReporter:submit(callback)
local productName = virgo.default_name:gsub('%-', '%%%-')
-- TODO: crash report support on !Linux platforms.
if os.type() ~= 'Linux' then
callback()
return
end
local function send_and_delete(file, callback)
local mtime
local options = {headers={}}
Expand Down

0 comments on commit 639691e

Please sign in to comment.