[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A window opens before the unhandled error


It's because the debugger only knows the source code for your project.
For the components it has loaded the binaries but not their source code.

For the debugger to show details from the components it needs a source
folder for the component in question

It cannot already know where your source folder is.
You may not even have one.

BruceS

On Thu, 24 Oct 2024, 13:20 Gianluigi, <gradobag@xxxxxxxxxxx> wrote:

> Hi,
>
> is this code (row 118):
>    ...
>    If $sLocate Then
>      Me.Title = Subst(("Locate project for component: &1"), $sLocate)
>      pchProject.SetButtonText(("Select"))
>      tabProject[TAB_CREATE].Visible = False
>      ...
> which is present in Project/FOpenProject.class in the Form_Open routine
> perhaps related to program testing?
> This window appears to a friend of ours on the Italian forum with the
> title: Locate project for component: gb.gui.base, when an error occurs
> that is not handled by the program.
> Only when the window is closed does the error message to be resolved
> appear.
> Thank you
>
> Regards
> Gianluigi
>
>
>

References:
A window opens before the unhandled errorGianluigi <gradobag@xxxxxxxxxxx>