Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-scripting-dev] Jython debugger Update

Hi,

 

as you already said, the most important topics are:

 

·         Setting breakpoints

·         Run a script in debug mode

·         Stop at breakpoints

·         Stop when scripts are loaded (also for includes) – this is an option you might set in the launch configuration

·         Step over/into/return

·         Continue

 

With lower priority we have

 

·         Show call stack

·         Show variables

·         Modify variables

·         Watch expressions

·         Multiple threads support

 

… in the order as provided above.

 

Best regards

Christian

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top