How to debug Wizard pages ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to debug Wizard pages ?
Hi All,
I have to check the source of tables on one of step of Wizard. i have tried to debug it with jcaDebug, but t won't work.
Is any way to debug the Wizard and getting information about the tables present on Wizards pages ?
Thanks.
Solved! Go to Solution.
- Labels:
-
General Customization
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Vivek
Where did you tried to put the jcaDebug ? Actually, the location in the URL is important.
I suggest you to add the "jcaDebug" in the URL of your parent page, the context jcaDebug should be propagated to your wizard page:
.../Windchill/app/?jcaDebug=1#ptc1/tcomp/infoPage?oid=...
Florent
www.4cad.ca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Vivek
Where did you tried to put the jcaDebug ? Actually, the location in the URL is important.
I suggest you to add the "jcaDebug" in the URL of your parent page, the context jcaDebug should be propagated to your wizard page:
.../Windchill/app/?jcaDebug=1#ptc1/tcomp/infoPage?oid=...
Florent
www.4cad.ca
