The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Debugger enhancement request
12-06-2018, 08:18 PM
Post: #1
Debugger enhancement request
When single-stepping through a program, please can we have the debugger automatically show the values of all variables mentioned on the current line and the value of any variable set on the preceding line?

Code:
e.g:
...
b := sin(a);     // Debugger shows variable a
c := ln(b);      // Debugger shows b and a (b at the top, a below it)
...

At the moment I find myself continually removing one variable and adding another to the display area.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Debugger enhancement request - BruceH - 12-06-2018 08:18 PM



User(s) browsing this thread: 1 Guest(s)