View Single Post
  #2  
Old 10-13-2018, 17:44
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,067
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 235
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
what is the meaning of static debugging?
deubgging by its nature is always dynamic
you debug - you do step into, step over, tracing etc
CPU registers are changing each and every time...so not clear

regards java debugger- I've tried in the past some tool named snoop dbg (if I recall it right)
but I never had any success.
so for me its terra incognita
maybe due to java is dieying (is it?) or it is very limited in use nowadays...

I"ve also heard some masters could use NB to debug java (wihtout sources) but I can't say for sure.
Reply With Quote