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

Re: A window opens before the unhandled error


On Thu, 24 Oct 2024 at 23:29, Bruce Steers <bsteers4@xxxxxxxxx> wrote:

>
>
> On Thu, 24 Oct 2024 at 22:39, Benoît Minisini <
> benoit.minisini@xxxxxxxxxxxxxxxx> wrote:
>
>> Le 24/10/2024 à 23:06, Bruce Steers a écrit :
>> > Well I guess Benoit will have to explain it in a way you will
>> understand
>> > then.
>> >
>> > BruceS
>> >
>>
>> I'm trying...
>>
>> The debugger can stops not only in your project code, but also in any
>> component. Usually when there is an error.
>>
>> In that case, the IDE asks the user (through the dialog box we are
>> talking about) if he can locate on his system the source code of the
>> component, i.e. the directory of the project of the component.
>>
>> Of course, it is available only if you have compiled Gambas from
>> sources, or if you have somethere a copy of the Gambas source code
>> corresponding to the version of Gambas you are running.
>>
>> If you don't, then cancel the dialog box, and the IDE will do nothing.
>>
>> If you can locate the source code, tell the IDE, and it will display
>> that source code during the debugging session, as if that source code
>> would be part of your project.
>>
>> When the debugger stops, all tabs corresponding to component source
>> codes, i.e. external to the project, are automatically closed.
>>
>> Regards,
>>
>> --
>> Benoît Minisini.
>>
>
> Wait, it opens tabs??
> Now that's not something i have ever seen happen.
> I thought it just showed more detailed info in the sidebar.
>
> It's never opened the component source code in a tab for me?
>


Sorry , my bad.

Seems it's only not doing it on my bruces-patched branch.

I just installed master and there it is :)
nice :)

Now i gotta figure out why it's broken on mine :(

Respects
BruceS

Follow-Ups:
Re: A window opens before the unhandled errorBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
References:
A window opens before the unhandled errorGianluigi <gradobag@xxxxxxxxxxx>
Re: A window opens before the unhandled errorBruce Steers <bsteers4@xxxxxxxxx>
Re: A window opens before the unhandled errorGianluigi <gradobag@xxxxxxxxxxx>
Re: A window opens before the unhandled errorBruce Steers <bsteers4@xxxxxxxxx>
Re: A window opens before the unhandled errorBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: A window opens before the unhandled errorBruce Steers <bsteers4@xxxxxxxxx>