SharpDebug
                                
                                 SharpDebug copied to clipboard
                                
                                    SharpDebug copied to clipboard
                            
                            
                            
                        Simplification for accessing multi dimensional array types with CodeArray
Example: int[100][100]
Generated code should be CodeArray
Example that one should be cautious about: int[][100];