how to debug existing notebook in workbench?
- To: mathgroup at smc.vnet.net
- Subject: [mg114765] how to debug existing notebook in workbench?
- From: "Nasser M. Abbasi" <nma at 12000.org>
- Date: Thu, 16 Dec 2010 05:49:33 -0500 (EST)
- Reply-to: nma at 12000.org
Hello; I am learning workbench. It is a little confusing to use for me since it is not integrated with Mathematica itself, but here is my question: THe way I understand it so far, one creates a project, then there appear 2 files A.m and A.nb. One writes the function to debug in A.m, and then in A.nb, makes a call to the function. Then debugger jumps to A.m and one can step into the function. This works ok so far. But how do I debug an existing notebook? This is the part which I can't figure out. Suppose I have a notebook in ~/home/c.nb, and it in, there in many functions, and a cell which calls these functions. How do I tell workbench to open c.nb to debug and allow me to put a break point there? And yes, I did view the movies at WRI on workbench, but they never seem to describe this part. ps. Any plans to have debugger be integrated inside mathematica itself so one does not need to start a new application to debug code? thanks --Nasser
- Follow-Ups:
- Re: how to debug existing notebook in workbench?
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: how to debug existing notebook in workbench?