issues
search
pharo-spec
/
ScriptableDebugger
3
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
28 skip through and skip up to sometimes freeze the image when skipping in a block
#48
adri09070
closed
2 years ago
2
Fixing unitary skip command in Pharo 11
#47
adri09070
closed
2 years ago
0
Fixing skip so that it skips block creations
#46
adri09070
closed
2 years ago
0
sync master / Pharo-11
#45
adri09070
closed
2 years ago
0
Synchronising with changes made in Pharo repo a year and a half ago
#44
adri09070
closed
2 years ago
0
Synchronisation with Pharo 10 branch
#43
adri09070
closed
2 years ago
0
Synchronisation with Pharo 10 branch
#42
adri09070
closed
2 years ago
0
39 skip doesnt skip method nodes
#41
adri09070
closed
2 years ago
0
Fixing skip/skipUpTo commands so that they stop on return nodes, if they are implicit or not.
#40
adri09070
closed
2 years ago
0
Skip doesn't skip method nodes
#39
adri09070
closed
2 years ago
0
Skip command doesn't skip block creations (nor step block creations)
#38
adri09070
closed
2 years ago
0
Skip doesn't skip returns
#37
adri09070
closed
2 years ago
0
When enabling #timesRepeat: to be optimised, fail: SindarinCommandsTest>>testStepToNextCallInClassNeverFinishes
#36
MarcusDenker
closed
2 years ago
6
Fixing skip so that it skips the right number of bytes to skip message send bytecodes
#35
adri09070
closed
2 years ago
0
When we skip a message, it only skips one bytes but certain bytecodes are made up of more than one byte
#34
adri09070
closed
2 years ago
0
Fixing skip command so that it leaves the receiver on the stack instead of putting nil on the stack
#33
adri09070
closed
2 years ago
0
Fixing skip command so that it leaves the receiver on the stack instead of putting nil on the stack
#32
adri09070
closed
2 years ago
1
When we skip a message, it puts nil on the stack instead of self
#31
adri09070
closed
2 years ago
0
[Request] We should have a command to move the cursor back and forth in the debugger, without executing anything
#30
adri09070
closed
1 year ago
0
There are many duplicate helper methods in `SindarinDebuggerTest` with unexplicit names
#29
adri09070
closed
1 year ago
0
Skip through and skipUpTo *sometimes* freeze the image when skipping in a block
#28
adri09070
closed
2 years ago
0
Skip through and skipUpTo *sometimes* freeze the image when skipping in a block
#27
adri09070
closed
2 years ago
2
Skip through and skip to cause an infinite loop if the user tries to skip an instruction that is neither a message nor an assignement
#26
adri09070
closed
2 years ago
1
`testIsExecutionFinished` doesn't pass
#25
adri09070
closed
2 years ago
2
Fixing skipAssignment command that wasn't pushing the assignment value when it was expected + test
#24
adri09070
closed
2 years ago
1
Skip command causes a missing value on the stack, when `storeInto` bytecodes are involved
#23
adri09070
closed
2 years ago
0
Correction of stepToReturn command to be able to step to non-local returns.
#22
adri09070
closed
2 years ago
0
stepToReturn command doesn't step to non-local returns (in block)
#21
adri09070
closed
2 years ago
0
Correction of skipAssignment command that had wrong behaviour
#20
adri09070
closed
2 years ago
2
Skip command has strange behavior when you skipAssignement
#19
adri09070
closed
2 years ago
0
Fixing tests and features by using `InstructionStream` instead of `Context`
#18
adri09070
closed
2 years ago
0
Some features don't work since a refactoring of `Context` API
#17
adri09070
closed
2 years ago
0
Harvest Denis' changes to Sindarin
#16
guillep
closed
2 years ago
2
Pushing changes present in Pharo repository, mostly code style.
#15
tesonep
closed
3 years ago
0
Prepare for #realActiveProcess integration in Pharo
#14
dionisiydk
closed
2 years ago
5
Skip through and skip to are unstable
#13
StevenCostiou
closed
2 years ago
1
Sindarin debugger uses a duplicate Context method currentNode instead of sourceNodeExecuted
#12
StevenCostiou
closed
4 years ago
0
SindarinBytecodeToASTCache Cleanup
#11
MarcusDenker
closed
4 years ago
0
- remove Context>>#temporaries
#10
MarcusDenker
closed
4 years ago
0
SindarinBytecodeToASTCache should not be used anymore
#9
MarcusDenker
closed
4 years ago
0
SindarinDebugger>>#temporaries and test can be removed
#8
MarcusDenker
closed
4 years ago
0
Breaking sin debug session inheritance refactoring
#7
StevenCostiou
closed
4 years ago
0
Breaking sin debug session inheritance refactoring
#6
StevenCostiou
closed
4 years ago
0
Node access optimization
#5
StevenCostiou
closed
4 years ago
0
Fix typo in documentation
#4
shingarov
closed
4 years ago
0
Continue now returns an object representing the reason why the execut…
#3
dupriezt
closed
2 years ago
1
Sindarin
#2
StevenCostiou
closed
5 years ago
0
Create LowLevelAPI.md
#1
StevenCostiou
closed
5 years ago
0
Previous