# Entry Break triggered by row background calcs

**URL:** https://forum.servoy.com/t/entry-break-triggered-by-row-background-calcs/12206
**Category:** Classic Servoy
**Created:** [May 20, 2010, 6:56am UTC](https://forum.servoy.com/t/entry-break-triggered-by-row-background-calcs/12206 "2010-05-20T06:56:50Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![swingman](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/swingman/32/4536_2.png) [@swingman](https://forum.servoy.com/u/swingman)
#### Post date: [May 20, 2010, 6:56am UTC](https://forum.servoy.com/t/entry-break-triggered-by-row-background-calcs/12206/1 "2010-05-20T06:56:50Z")

</div>

Hi all,

Have just managed to get entry breaks working in Servoy Developer 5.1.2. Now if I switch them on, flick over to my Smart Client, it break immediately triggers because of the row background colour calcs I’m using everywhere.

What I would like to do is:

- In Smart client click something and end up in the debugger at the beginning of the action method. This was very handy in Servoy 3.

I have seen there is a shortcut in Smart Client to bring up the form you click on in Eclipse. Is there a similar thing for a button or an action?  
Or can I get Eclipse to ignore breaking my background colour calculations?

---

<div class="post-metadata">

### Author: ![ROCLASI](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/roclasi/32/4371_2.png) [@ROCLASI](https://forum.servoy.com/u/ROCLASI)
#### Post date: [May 20, 2010, 7:11am UTC](https://forum.servoy.com/t/entry-break-triggered-by-row-background-calcs/12206/2 "2010-05-20T07:11:06Z")

</div>

> swingman:  
> Or can I get Eclipse to ignore breaking my background colour calculations?

I have a similar request as well. I am using Greg Pierce’s excellent [mod\_datejs](http://code.google.com/p/servoymoddatejs/) module and the method to initialise the thing always drops me into the debugger when I have the global exceptionbreak enabled. This is due to the fact that the [original datejs](http://www.datejs.com/) code depends on throwing exceptions here and there.  
Does any of the Eclipse IDE guru’s know how to skip a certain piece of code (or whole method) to be ‘watched’ by the debugger ?

---

<div class="post-metadata">

### Author: ![jcompagner](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/jcompagner/32/4889_2.png) [@jcompagner](https://forum.servoy.com/u/jcompagner)
#### Post date: [May 20, 2010, 3:55pm UTC](https://forum.servoy.com/t/entry-break-triggered-by-row-background-calcs/12206/3 "2010-05-20T15:55:28Z")

</div>

dont think that is possible…

But global entry break is a horrible thing anyway ![;)]( "Wink") (we dont have this in java and if we had i wouldnt use it…)

If you just want to know what is called and where you want to set a break point then. use the profiler view, switch it on and press the button you want and you see all the things that it calls  
then you can set a breakpoint at the perfect location and you only break there instead of all over the place in many places you dont want to break…

---

<div class="post-metadata">

### Author: ![swingman](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/swingman/32/4536_2.png) [@swingman](https://forum.servoy.com/u/swingman)
#### Post date: [May 20, 2010, 7:27pm UTC](https://forum.servoy.com/t/entry-break-triggered-by-row-background-calcs/12206/4 "2010-05-20T19:27:10Z")

</div>

The Profiler view works like a charm…

The problem with going from 3.x to 5.x is working out the new ways of doing things…

Thanks
