Error broken global

Hi all,

Ive got my solution screwed up while debugging. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /> It doesnt Find a global and a relation (based on that global), you can see them in the Solution explorer and it is also in the globals.js
when you call them in a method with autocomplete it shows a different icon than it should (grey round icon with white L) and also the remarks/tooltips info for those objects are completely missing or show a note.

Note: This element has no documentation and hence no information could be found.

I`ve deleted the entire solution in eclipse (not on the repository).

When I import the solution back in eclipse it shows the global and relation correctly again. :D

when debugging the method the client (and developer) hangs after folowing code. ```
globals.gi_packagereleaseversion_id_to_installprocess.newRecord(false, true);


Has anyone have had simular issues and how can I fix it?

Kind regards Rene

Version: 4.1.0 - build 651
Windows Server 2003 / XP

![Servoy_error_broken_global.jpg|992x675](upload://m1UKUIsSkbCmpWx7OnxtzFdv7sw.jpeg)

UPDATE

The method runs fine without using the debugger. :) (as it did before)

I`ve overwritten the developer directory of the Servoy programfolder.

Still the debugger stops and the client hangs. :twisted:

Does anybody have an idea?

do you have a test case for this?
Its very hard to tell what exactly happens.

What you can do is send the stack dump (see the admin pages of your localhost developer) in a case.
So that we can look what is hanging exactly

Hello Johan,

Just tried to crash the debugger, and guess what, I couldn`t.

I ran the same method as I did when the debugger got hung up.
The only thing I could think of what changed is that the server has been rebooted.

I did not try to debug any method on the specific form the last week so I`m not sure when it got fixed.

When it happens again I’ll report it with the stack trace.

Thanks all, for the help.