RE: [VB4Linux-Dev] hey I guess so.
Status: Planning
Brought to you by:
luke-jr
From: Abhijit P. <abh...@ma...> - 2000-11-20 08:08:55
|
The debugger should be in VB. This also means, we should be able to reverse interpret the C code. another way would be to parse the VB code itself and make sure there are (if possible) no erors (syntax or logical)in the code even before putting it thro vb2c. > > As this project is meant to be a near-exact port of Visual Basic > (besides the > binary result and OS), the debugger should be VB..... > > > I think it best to keep this part of the code as hi-level as > > possible. And again it does not matter if it is not compiled or > > compilable for awhile, without a good solid core (vb2c) it's useless > > anyway. The debugger is upfor debate on if it should be in C or > > VB. Though in the Tcl/Tk and Python world their debuggers are mixed. |