issues
search
pharo-spec
/
ScriptableDebugger
3
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update classes of extensions
#98
jecisc
closed
1 month ago
0
Migrate to Tonel V3
#97
jecisc
closed
5 months ago
0
Cleanup: do not use #notNil, use #isNotNil instead
#96
astares
closed
5 months ago
1
Cleanup: do not use #notNil, use #isNotNil instead
#95
astares
closed
5 months ago
2
Pharo13 CI on master
#94
adri09070
closed
6 months ago
0
sync master -> Pharo12
#93
adri09070
closed
7 months ago
0
Revert "Fix #87. Update a test to use the new name of a method"
#92
MarcusDenker
closed
7 months ago
0
Fix testIsAboutToInstantiateClass
#91
MarcusDenker
closed
7 months ago
3
Fix #87. Update a test to use the new name of a method
#90
Inao0
closed
7 months ago
1
Fix failing test in Pharo 12
#89
hernanmd
closed
9 months ago
2
See issue #15631 and PR #15632 Fix a bug in return simulation for an …
#88
isCzech
closed
8 months ago
3
update SindarinDebuggerTest>>#testIsAboutToInstantiateClass
#87
MarcusDenker
closed
7 months ago
0
outerMostContext seems to be wrongly used
#86
MarcusDenker
opened
1 year ago
0
Jump to caret does not allow to jump within another context than the top context, resulting in an ASTNodeNotFound error
#85
adri09070
opened
1 year ago
0
Adding quick doc for jump to caret
#84
adri09070
closed
8 months ago
0
[P11] fixing removed selectors whose senders have not been updated
#83
adri09070
closed
8 months ago
0
methods with "sent but not implemented" selectors and no senders.
#82
vonbecmann
closed
7 months ago
1
Remove unimplemented calls
#81
jecisc
closed
1 year ago
0
Add unimplemented pragma
#80
jecisc
closed
1 year ago
0
[P11] Fixing: jump to caret does not keep a correct stack when there are vector arrays to store common variables between methods and blocks
#79
adri09070
closed
8 months ago
0
Fixing: jump to caret does not keep a correct stack when there are vector arrays to store common variables between methods and blocks
#78
adri09070
closed
8 months ago
2
[P11] Fix: skip up to does not allow to skip return nodes which prevents from skipping up to an inlined if true block if there is an inlined if false block before
#77
adri09070
closed
8 months ago
0
tag some tests with ignoreNotImplementedSelectors:
#76
MarcusDenker
closed
1 year ago
7
Fix: skip up to does not allow to skip return nodes which prevents from skipping up to an inlined if true block if there is an inlined if false block before
#75
adri09070
closed
8 months ago
1
compiling missing method when loading master or Pharo12 in P12, because it deletes a method from the entire system, while it should ONLY delete it from Sindarin
#74
adri09070
closed
8 months ago
8
is Sindarin in sync in Pharo12?
#73
MarcusDenker
closed
1 year ago
5
Check StSindarinContextInteractionModel>>#bindingOf: and #hasBindingOf:
#72
MarcusDenker
opened
1 year ago
6
CI for Pharo 12
#71
adri09070
closed
1 year ago
1
Cannot load Sindarin with the new P11 VM
#70
labordep
closed
1 year ago
1
Classes are uncommented or comments are outdated
#69
StevenCostiou
opened
1 year ago
0
Pass over the flags remaining in the code
#68
StevenCostiou
opened
1 year ago
0
API Improvement and Refactoring
#67
StevenCostiou
closed
1 year ago
0
extract return from SindarinDebugger>>#moveToNode:
#66
vonbecmann
closed
1 year ago
2
Remove #willJumpIfFalse
#65
jecisc
closed
1 year ago
18
splitting sources and doc
#64
adri09070
closed
1 year ago
0
Fixing: jump to caret does not keep a correct stack when there are vector arrays to store common variables between methods and blocks
#63
adri09070
closed
1 year ago
1
Fix: skip up to does not allow to skip return nodes which prevents from skipping up to an inlined if true block if there is an inlined if false block before
#62
adri09070
closed
1 year ago
1
Sindarin extracting core
#61
adri09070
closed
1 year ago
3
Some cleaning: unused virtual breakpoints, duplicate helper methods, nonsense tests, ...
#60
adri09070
closed
1 year ago
0
Move to caret integration to Pharo11
#59
adri09070
closed
1 year ago
0
Sindarin Refactoring
#58
adri09070
closed
1 year ago
4
SkipUpTo does not allow to skip return nodes, which prevents from skipping up to an inlined ifTrue: block if there is an inlined ifFalse: block before
#57
adri09070
closed
8 months ago
0
[New Feature] Adding a JumpToCaret command to move the caret back and forth in the debugger suspended context without executing anything in between
#56
adri09070
closed
1 year ago
3
Jump to caret does not keep a correct stack when there are vector arrays to store common variables between methods and blocks
#55
adri09070
closed
8 months ago
2
skip now ignores jumps
#54
adri09070
closed
1 year ago
2
skipBlockNode now stepsToFirstInterestingBytecode after skipping the block creation
#53
adri09070
closed
1 year ago
0
SkipUpTo does not stepToFirstInteresting bytecode when skipping a block
#52
adri09070
closed
1 year ago
0
SkipUpTo enters an infinite loop when it encounters a jumpFalse: or a jumpTrue: bytecode
#51
adri09070
closed
1 year ago
0
Integrating skipUpTo improvements
#50
adri09070
closed
2 years ago
0
SindarinDebugger>>#methodNode returns different method nodes each time it is called (they're not identical)
#49
adri09070
closed
2 years ago
0
Next