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

Re: A window opens before the unhandled error


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.


Follow-Ups:
Re: A window opens before the unhandled errorBruce Steers <bsteers4@xxxxxxxxx>
Re: A window opens before the unhandled errorGianluigi <gradobag@xxxxxxxxxxx>
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>