Skip to content

runtime-debug-all/java-runtime-debug-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Overview

For the specific Line number range
Give the variable name, value, and line number
every time an assignment occoured.

Summary

Essentially, providing directed logs of the area in question. By default, area will be entire program and shrink to programmers discretion.

readme_banner "Doors Into Your Code"

Core Elements

  1. Reflection to gain variable names.
  2. Unknown to gain line numbers.
  3. Unknown monitor from specified line number.
  4. Unknown, how assignment can be monitored.

Definitions that might be useful for modular build

  1. want line numbers where Calling the Function.

Works well with starting out applications.

Convention can change per program request...

  1. mode 1 - default all.
  2. mode 2 - default 10, require prompt.
  3. mode 3 - temp User Change from default.

Intended Output:

it should "print line number, var name, and var value"

line 10, testB, val 5 || line 11, testB, val 4 || line 10, testB, val 6 || line 11, testB, val 4

line 20, testC, val 2 || line 21, testD, val 3

line 24, testB, val 2

end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published