trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

Support Error highligh based on CallStack for madExcept v3.x #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install tool
2. Configure tool
3. Run coverage

What is the expected output? What do you see instead?

The callstack log created by madexcept would be parsed and highlighted into 
Coverage.

Please use labels and text to provide additional information.

There is several approaches:
  * Use created bugreport.txt
  * Use madExcept source and get more detailed log, but make it more depended on the stability of madExcept. Upgrade madExcept may cause some troubles for tool, if no version check will be implemented.

Original issue reported on code.google.com by linards....@gmail.com on 25 Apr 2012 at 8:57

GoogleCodeExporter commented 9 years ago
Integrate callstack trace using madExcept's function "GetThreadStackTrace"

Info:

http://stackoverflow.com/questions/2326980/need-a-way-to-periodically-log-the-ca
ll-stack-stack-trace-for-every-method-proce

Original comment by linards....@gmail.com on 25 Apr 2012 at 9:12

GoogleCodeExporter commented 9 years ago
The lines additionaly highlighted, should be appended with foillowing info:

<Call Stack Tracing Software Name>_<Exception class generated string>

Original comment by linards....@gmail.com on 25 Apr 2012 at 9:22

GoogleCodeExporter commented 9 years ago
Branch for developemnt created here: 
http://delphi-code-coverage-madexcept.googlecode.com/svn/trunk/

Original comment by linards....@gmail.com on 26 Apr 2012 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by linards....@gmail.com on 24 Sep 2012 at 8:57

GoogleCodeExporter commented 9 years ago
Also considering this project: http://code.google.com/p/map2dbg/issues/list

Original comment by linards....@gmail.com on 30 Dec 2012 at 2:01