Commit Graph

15 Commits

Author SHA1 Message Date
Phil Nash 5545627fb5 Merge branch 'SingleEvaluation' of https://github.com/ctt/Catch into SingleEvaluation 2011-03-29 19:15:49 +01:00
Phil Nash 84b394ec45 debug stream fixes 2011-03-29 08:05:47 +01:00
ctt a1e5e9ffa2 Added isDebuggerActive for non Windows and Mac platforms. 2011-03-28 19:37:18 -07:00
Phil Nash 8431fa1ec5 Send to debugger console by default if running within debugger (only support on Windows at the moment) 2011-03-24 19:23:28 +00:00
Phil Nash e9e6b90219 Support output to debug window in Windows 2011-03-21 12:36:58 +00:00
Phil Nash 7fe330f078 Made dummy BreakIntoDebugger() macro an inline function to avoid compiler warning 2011-02-24 09:55:11 +00:00
Matt Rubin 55c63af8ae Fixed a compiler error when on a Mac with DEBUG not defined, which resulted in an undefined BreakIntoDebugger() 2011-02-19 16:03:42 -08:00
Phil Nash ab30ab6b76 Added attribution for __debugbreak() 2011-02-16 19:22:29 +00:00
Phil Nash dea778138e Renamed DebugBreak to avoid collision and implemented in terms of __debugbreak() on Windows 2011-02-16 18:58:15 +00:00
Phil Nash db378d8939 Fixed most pedantic warnings 2011-01-31 10:10:20 +00:00
Phil Nash 6a6b346731 Removed OutputDebugString support until I can test it on a Windows machine 2011-01-19 19:20:56 +00:00
Phil Nash 5108821199 Removed OutputDebugString support until I can test it on a Windows machine 2011-01-19 19:19:06 +00:00
Phil Nash 2885339287 Allow output stream to be specified on the command line 2011-01-18 09:20:06 +00:00
Phil Nash 4b8e3fca32 Fixed some more warnings 2010-12-29 23:13:22 +00:00
Phil Nash 53da26eef1 Added ability to break into debugger on Windows and Mac 2010-12-27 20:49:19 +00:00