Now with the rapid debugger it would be nice to have a VB Immediate like window to process commands "live".
On a side note, I predict that VB's rapid debugging was a main reason it beat out Delphi, even though Delphi was/is a significantly stronger development platform. And while Delphi does allow updating variables on the fly, if you need to modify any code you'd have to restart for it to take effect, where VB you could add/change pretty much any line of code and continue execution and even move the execution point! I know VB is interpreted and Delphi is native. Borland should have made an "interpreted" debugger that could have allowed code changes on the fly. They should also have built a "VB" wrapper unit that basically would have wrapped the VB language therefore VBer's wouldn't necessarily have to learn the pascal language to get hooked on Delphi.
On a side note, I predict that VB's rapid debugging was a main reason it beat out Delphi, even though Delphi was/is a significantly stronger development platform. And while Delphi does allow updating variables on the fly, if you need to modify any code you'd have to restart for it to take effect, where VB you could add/change pretty much any line of code and continue execution and even move the execution point! I know VB is interpreted and Delphi is native. Borland should have made an "interpreted" debugger that could have allowed code changes on the fly. They should also have built a "VB" wrapper unit that basically would have wrapped the VB language therefore VBer's wouldn't necessarily have to learn the pascal language to get hooked on Delphi.
Last edited: