473,320 Members | 1,988 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Debug at DWB

hi.
I'm using DB2 9 Developer Workbench, Debug icon is dim (deactivated), I
tried all help tools how to setup, but failed..

Am I missing any installations? or is there any special setting?

Thanks for help

Fayez

Dec 19 '06 #1
6 1337
fayez wrote:
hi.
I'm using DB2 9 Developer Workbench, Debug icon is dim (deactivated), I
tried all help tools how to setup, but failed..

Am I missing any installations? or is there any special setting?
I take some educated guesses:
* Did you build the procedure in debug mode?
* Are you simply pointing o the procedure or is it part of a project
DWB is project driven...

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab

WAIUG Conference
http://www.iiug.org/waiug/present/Fo...Forum2006.html
Dec 19 '06 #2
Thanks Serge for your quick response.

1- I build the procedure in debug mode.
2- I do a right click on the Stored procedure at Data Project Explorer.

Fayez
Serge Rielau wrote:
fayez wrote:
hi.
I'm using DB2 9 Developer Workbench, Debug icon is dim (deactivated), I
tried all help tools how to setup, but failed..

Am I missing any installations? or is there any special setting?
I take some educated guesses:
* Did you build the procedure in debug mode?
* Are you simply pointing o the procedure or is it part of a project
DWB is project driven...

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab

WAIUG Conference
http://www.iiug.org/waiug/present/Fo...Forum2006.html
Dec 19 '06 #3
Serge Rielau wrote:
fayez wrote:
>hi.
I'm using DB2 9 Developer Workbench, Debug icon is dim (deactivated), I
tried all help tools how to setup, but failed..

Am I missing any installations? or is there any special setting?
I take some educated guesses:
* Did you build the procedure in debug mode?
* Are you simply pointing o the procedure or is it part of a project
DWB is project driven...

Cheers
Serge
Serge,

I have exactly the same problem : the debug mode is always grayed out. And
some of our developers were complaining about this too. They have dropped
back to the V8 tools to allow them to debug stored procedures.

They also complain that the Fixpack 1 update breaks a lot of things :-(

Phil
Dec 19 '06 #4
Philip Nelson wrote:
Serge Rielau wrote:
>fayez wrote:
>>hi.
I'm using DB2 9 Developer Workbench, Debug icon is dim (deactivated), I
tried all help tools how to setup, but failed..

Am I missing any installations? or is there any special setting?
I take some educated guesses:
* Did you build the procedure in debug mode?
* Are you simply pointing o the procedure or is it part of a project
DWB is project driven...

Cheers
Serge

Serge,

I have exactly the same problem : the debug mode is always grayed out. And
some of our developers were complaining about this too. They have dropped
back to the V8 tools to allow them to debug stored procedures.

They also complain that the Fixpack 1 update breaks a lot of things :-(
Have you opened a PMR? What IBM doesn't know IBM can't fix.

Cheers
Serge

--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab

WAIUG Conference
http://www.iiug.org/waiug/present/Fo...Forum2006.html
Dec 19 '06 #5
Serge Rielau wrote:
Philip Nelson wrote:
>Serge Rielau wrote:
>>fayez wrote:
hi.
I'm using DB2 9 Developer Workbench, Debug icon is dim (deactivated), I
tried all help tools how to setup, but failed..

Am I missing any installations? or is there any special setting?
I take some educated guesses:
* Did you build the procedure in debug mode?
* Are you simply pointing o the procedure or is it part of a project
DWB is project driven...

Cheers
Serge

Serge,

I have exactly the same problem : the debug mode is always grayed out.
And
some of our developers were complaining about this too. They have
dropped back to the V8 tools to allow them to debug stored procedures.

They also complain that the Fixpack 1 update breaks a lot of things :-(
Have you opened a PMR? What IBM doesn't know IBM can't fix.

Cheers
Serge
Serge,

I will, but haven't yet !!! I'm just assessing the "extent of the damage"
at the moment (I also can't even get DWB to start on Linux at all).

We just attempted the Fixpack 1 upgrade a couple of days ago.

Phil

Dec 20 '06 #6
Philip Nelson wrote:
I will, but haven't yet !!! I'm just assessing the "extent of the damage"
at the moment (I also can't even get DWB to start on Linux at all).
:-) Sorry I can't help. Just don't have tool-people at my finger tips
and I'm not aware of any of their developers posting here
(much to my dismay).
BTW, for this GUI stuff I also recommend the Express C support forum.
It's moderated :-)

Cheers
Serge

--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab

WAIUG Conference
http://www.iiug.org/waiug/present/Fo...Forum2006.html
Dec 20 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Davy | last post by:
Hi all, I use VC and gcc/gdb to compile and debug C/C++ files. But I found some of the debug version of the compiled files are too large to be run in a small RAM. Can I compile C/C++ Debug...
4
by: emma middlebrook | last post by:
I have a question regarding asserting ... here's some code: string GetAssertMessage() { ... prepare a message string and return it... } void SomeMethod() { ...
7
by: Srinivasa Rao | last post by:
I have read in one article that when we compile the application in release mode, all the debug classes and properties will be automatically removed from the code. I tried to implement this thing by...
9
by: dee | last post by:
Hi I'm about to upload my site and I have switched to release version. Is that enough or do I still need to disable <compilation defaultLanguage="vb" debug="true" /> the debug="true" in the .pdb...
6
by: swartzbill2000 | last post by:
Hello, I have a VB 2005 Express project with a TraceListener-derived class to route Debug.Print output to a log file. It works fine for Debug builds. What is the correct combination of changes to...
6
by: pauldepstein | last post by:
To help me debug, I am writing a lot of information into a stream which I call debug. However, because of the large amount of time taken to print this information, I only want this printed while...
6
by: Andrew Rowley | last post by:
I am having trouble getting debug and release builds to work properly with project references using C++ .NET and Visual Studio 2003. I created a test solution, with a basic Windows form C++...
0
by: BA | last post by:
I posted on this once before and could not get a solution, I am hoping someone can help. I have a very strange code debug behavior that I cannot make heads or tails of: I have c# code being...
1
by: gfergo | last post by:
Good Morning, I seem to be having a problem. I thought I could display detailed debugging information (including file name and line number) on a page using two different methods: 1.)...
3
by: rorni | last post by:
Hi, I'm porting code from Windows to HP-UX 11, compiling with g++. I'm getting a compilation error on the system's debug.h include file, which is included very indirectly through a series of...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.