Re-inventing Debug
#6
It is also curious, it is only shown the first time I try $debugĀ and I never gave permission to use the public option.

Anyway, after $debug, I typed some code a for loop and asked it to print i^2.
Then I clicked that line # (line #4, that gave it bullet and colored it) to set stop point AKA Breakpoint to watch i, the loop index, and pressed Menu > Debug > Add Watch List...
   

I double clicked i, to add it, now gets + next to it.
   

I hit F7 a bunch of times stepping through code, and saw i increase
   

Meanwhile the output screen is buried behind the IDE so I guess you have to minimize IDE and then max again to see output while checking on i as well. (Or maybe the Watch list will stay on top after IDE is minimized.)

So that is my little demo on using $debug for first time. ;-))
b = b + ...
Reply


Messages In This Thread
Re-inventing Debug - by PhilOfPerth - 09-24-2022, 11:56 PM
RE: Re-inventing Debug - by RhoSigma - 09-25-2022, 07:39 AM
RE: Re-inventing Debug - by PhilOfPerth - 09-25-2022, 10:53 AM
RE: Re-inventing Debug - by RhoSigma - 09-25-2022, 12:13 PM
RE: Re-inventing Debug - by bplus - 09-25-2022, 02:05 PM
RE: Re-inventing Debug - by RhoSigma - 09-25-2022, 03:24 PM
RE: Re-inventing Debug - by bplus - 09-25-2022, 02:15 PM
RE: Re-inventing Debug - by Kernelpanic - 09-25-2022, 03:15 PM
RE: Re-inventing Debug - by bplus - 09-25-2022, 03:24 PM
RE: Re-inventing Debug - by RhoSigma - 09-25-2022, 03:38 PM
RE: Re-inventing Debug - by bplus - 09-25-2022, 03:46 PM
RE: Re-inventing Debug - by mnrvovrfc - 09-25-2022, 05:42 PM
RE: Re-inventing Debug - by Steffan-68 - 09-25-2022, 04:29 PM
RE: Re-inventing Debug - by RhoSigma - 09-25-2022, 04:39 PM
RE: Re-inventing Debug - by mnrvovrfc - 09-25-2022, 05:34 PM
RE: Re-inventing Debug - by bplus - 09-25-2022, 06:30 PM
RE: Re-inventing Debug - by SpriggsySpriggs - 09-28-2022, 05:52 PM
RE: Re-inventing Debug - by James D Jarvis - 09-29-2022, 04:17 PM



Users browsing this thread: 11 Guest(s)