Alaska Software Inc. - Workbench debugger does not recognize minor changes
Username: Password:
AuthorTopic: Workbench debugger does not recognize minor changes
Claudio Driussi Workbench debugger does not recognize minor changes
on Tue, 05 Nov 2019 13:29:54 +0100
Hi everybody.

I got the last Xbase++ 2.0 version (foundation) and sometimes
the debugger does not work properly.

If I do some minor changes the debugger does not recognize them
and I need to rebuild the whole project to do the test.

I experienced this behavior changing the source of a DLL in
a project with 1 exe and 1 dll.

the minor change was form:

   i := aScan(::aMSGNOTIFIER, {|x| x[2] == upper(cUser)})

to:

   i := aScan(::aMSGNOTIFIER, {|x| x[1] == upper(cUser)})

There are a way to "invalidate" only the changed file, or
I have to rebuild the project always?


Best Regards.

Claudio