1) Why there is no search button in Debugger? I don't want go to Object Designer and search for myself....
2) Why Variable List placed in different window (this is window is MODAL!)? Add every window to Watch List is too annoying....
3) Why do we have to restart the debugger to get Breakpoints to work properly if we set them in the Dev-Environment?
4) Why are Breakpoints set in the debugger deleted after closing it?
5) Why can't we add a whole Record to the watchlist (including all fields) ?
To be honest the Debugger is really annoying to work with. For simple and fast things i often just prefer to use the old MESSAGE or ERROR('whatever i need to know') - method.
I really hope MS has some new debugger features for us in the upcoming versions.
A very useful trick : you can add the Variable Page as a FactBox to the Debugger Page.
After this you can:
- View the Variable and they values all the time
- You can search
- You can Filter
A very useful trick : you can add the Variable Page as a FactBox to the Debugger Page.
After this you can:
- View the Variable and they values all the time
- You can search
- You can Filter
Answers
4) Why are Breakpoints set in the debugger deleted after closing it?
5) Why can't we add a whole Record to the watchlist (including all fields) ?
To be honest the Debugger is really annoying to work with. For simple and fast things i often just prefer to use the old MESSAGE or ERROR('whatever i need to know') - method.
I really hope MS has some new debugger features for us in the upcoming versions.
After this you can:
- View the Variable and they values all the time
- You can search
- You can Filter
SORTED
How add Fact Box to the Debugger?
2. Design Page 9500 - Debugger
3. Add the new FactBox
4. Enjoy 4.
P.S. : attached as txt for your convenience