Is there any pragmatic approach to debug the code when you can only read and analyze it? - debugging

I had a VBA project to debug which I can't remote debugging / attach to it. The only information is logs, code. Is there any methotology I could anaylyze all the code path and debug it ? What books, papers I should read it ?

Related

How to analyze jmeter dashboard report,any open source tool or framework available which helps in analyzing JMeter Dashboard reports after test run?

I found some solution which helps to analyze a single graph.
Free Open source solutions to analyze a single graph...
JMeter Plugins - look onto custom graphs in this package;
JMeter Result Analysis Plugin
JWeter tool for logs analyzing & visualization
Looking for a solution or open source tool which helps to analyze the JMeter dashboard report which having 23 graphs.
I am not sure to fully understand the question , but I'll try to answer.
Have you generated the HTML report as described here ?
https://jmeter.apache.org/usermanual/generating-dashboard.html
This reports provides the most complete information for analyzing a load test.
Is your question about generating it, in this case I pointed you to the manual.
If not, what is your issue with the HTML report , and why do you write "some of them provide better results reporting out-of-box than JMeter's original ones" ?
Since AFAIK, the HTML report provides the same information with even more graphs and dashboards.
Edit:
Regarding analysis of the report, this does not exist currently and this is usually the role of a performance/load test expert.
Maybe in the future through IA, that might exist. So for now, try to understand what each graph provides as information and correlate between them, or ask for assistance of a performance tester.

Debugging Java project bring me variables blank

I have a problem, when i am debugging a project, I don't know why but java debug bring me blank variables.
Any idea for fix this problem? When I did this capture, Tht program takes a lot of information.
Thanks

debugging in MVP4G project

I have created a maven gwt project(2.7.0) and then integrated MVP4G into it.
All is working fine but now when I wanted to debug my code to understand the flow, I am not able to debug the code.
Maven goal : gwt:debug
I am running the above mentioned goal and then I am running remote application which is providing me and url and when i launch that url I am not able to debug the code.
Please can anyone guide me on how we should debug this?
Thanks in advance
To Debug, just add the sdbg plugin (take a look here) or debug inside the browser if you are familiar with browser debugging. I think Chrome is the best choice. Credits:El Hoss

Debugging cucumber.js test

I wonder if there are better ways to debug cucumber.js test rather than logging on console.
It seems like CukeStall is related to my requirement, but I can't use it because my application is not node.js app.
Any help or comments are appreciated.

Someone to explain the mechanics for DSL language creation "in plain english"

Basically the problem is that I'm starting doing somme development of Visual Studio 2010 extensions and language definitions are rather complex, so anyone giving a small intro and pointing some good docs would be great
Thanks in advance,
EDIT My basic problem is that I want to define a simple language to create some models on Visual Studio 2k10 and generate some source code using such models. The problem is where can I find some nice books, or do I have to dig into MSDN to unveil the mask... :)
Again, thanks
Have you tried starting with the documentation here? If you found this difficult to start with, how could we make it easier to follow?

Resources